Color Hex Logo

#c389cb Color Hex

#C389CB
(195,137,203)
0 Favorites   0 Comments

Color spaces of #c389cb

RGB 195137203
HSL0.810.390.67
HSV293°33°80°
CMYK 0.040.330.00   0.20
XYZ42.230833.805260.7992
Yxy33.80520.30860.2471
Hunter Lab58.142227.9021-21.2998
CIE-Lab64.807733.2255-25.3698

#c389cb color RGB value is (195,137,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 10001001 11001011
Octal 303 211 313
Decimal 195 137 203
Hex C3 89 CB

RGB Percentages of Color #c389cb

%36.45
%25.61
%37.94

CMYK Percentages of Color #c389cb

%4
%33
%0
%20

Triadic Colors of #c389cb

#c389cb #cbc389 #89cbc3

Analogous Colors of #c389cb

#c389cb #cb89b2 #a289cb

Monochromatic Colors of #c389cb

#c389cb

Complementary Color

#c389cb #91cb89

#c389cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c389cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c389cb Color CSS Codes

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

#c389cb Text Font Color

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

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


#c389cb Background Color

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

This div background color is #c389cb


#c389cb Border Color

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

This div border color is #c389cb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(195,137,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 #c389cb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c389cb


Comments

No comments written yet.

Please login to write comment.