Color Hex Logo

#c38fcb Color Hex

#C38FCB
(195,143,203)
0 Favorites   0 Comments

Color spaces of #c38fcb

RGB 195143203
HSL0.810.370.68
HSV292°30°80°
CMYK 0.040.300.00   0.20
XYZ43.107635.558861.0914
Yxy35.55880.30840.2544
Hunter Lab59.631224.6837-19.0000
CIE-Lab66.181429.9265-23.2646

#c38fcb color RGB value is (195,143,203).

#c38fcb hex color red value is 195, green value is 143 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #c38fcb hue: 0.81 , saturation: 0.37 and the lightness value of c38fcb is 0.68.

The process color (four color CMYK) of #c38fcb color hex is 0.04, 0.30, 0.00, 0.20. Web safe color of #c38fcb is #cc99cc. Color #c38fcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 10001111 11001011
Octal 303 217 313
Decimal 195 143 203
Hex C3 8F CB

RGB Percentages of Color #c38fcb

%36.04
%26.43
%37.52

CMYK Percentages of Color #c38fcb

%4
%30
%0
%20

Triadic Colors of #c38fcb

#c38fcb #cbc38f #8fcbc3

Analogous Colors of #c38fcb

#c38fcb #cb8fb5 #a58fcb

Monochromatic Colors of #c38fcb

#c38fcb

Complementary Color

#c38fcb #97cb8f

#c38fcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c38fcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c38fcb Color CSS Codes

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

#c38fcb Text Font Color

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

This sample text font color is #c38fcb
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.


#c38fcb Background Color

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

This div background color is #c38fcb


#c38fcb Border Color

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

This div border color is #c38fcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c38fcb


Comments

No comments written yet.

Please login to write comment.