Color Hex Logo

#c38feb Color Hex

#C38FEB
(195,143,235)
0 Favorites   0 Comments

Color spaces of #c38feb

RGB 195143235
HSL0.760.700.74
HSV274°39°92°
CMYK 0.170.390.00   0.08
XYZ47.323537.245283.2921
Yxy37.24520.28190.2219
Hunter Lab61.028831.6135-38.1987
CIE-Lab67.460636.5489-39.0154

#c38feb color RGB value is (195,143,235).

#c38feb hex color red value is 195, green value is 143 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #c38feb hue: 0.76 , saturation: 0.70 and the lightness value of c38feb is 0.74.

The process color (four color CMYK) of #c38feb color hex is 0.17, 0.39, 0.00, 0.08. Web safe color of #c38feb is #cc99ff. Color #c38feb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 10001111 11101011
Octal 303 217 353
Decimal 195 143 235
Hex C3 8F EB

RGB Percentages of Color #c38feb

%34.03
%24.96
%41.01

CMYK Percentages of Color #c38feb

%17
%39
%0
%8

Triadic Colors of #c38feb

#c38feb #ebc38f #8febc3

Analogous Colors of #c38feb

#c38feb #eb8fe5 #958feb

Monochromatic Colors of #c38feb

#c38feb

Complementary Color

#c38feb #b7eb8f

#c38feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c38feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c38feb Color CSS Codes

.mybgcolor {background-color:#c38feb; } 
.myforecolor {color:#c38feb; }
.mybordercolor {border:3px solid #c38feb; }

#c38feb Text Font Color

<p style="color:#c38feb">Text here</p>

This sample text font color is #c38feb
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#c38feb Background Color

<div style="background-color:#c38feb">
Div content here</div>

This div background color is #c38feb


#c38feb Border Color

<div style="border:3px solid #c38feb">
Div here</div>

This div border color is #c38feb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(195,143,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c38feb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c38feb;
  -webkit-box-shadow: 1px 1px 3px 2px #c38feb;
  box-shadow:         1px 1px 3px 2px #c38feb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(195,143,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c38feb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #c38feb;
  -webkit-box-shadow: 1px 1px 3px 2px #c38feb;
  box-shadow:         1px 1px 3px 2px #c38feb;">
Div content here</div>

This div box has shadow with color #c38feb


Comments

No comments written yet.

Please login to write comment.