Color Hex Logo

#cb667f Color Hex

#CB667F
(203,102,127)
0 Favorites   0 Comments

Color spaces of #cb667f

RGB 203102127
HSL0.960.490.60
HSV345°50°80°
CMYK 0.000.500.37   0.20
XYZ33.210723.731622.9089
Yxy23.73160.41590.2972
Hunter Lab48.715136.43806.2187
CIE-Lab55.818142.60744.8705

#cb667f color RGB value is (203,102,127).

#cb667f hex color red value is 203, green value is 102 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #cb667f hue: 0.96 , saturation: 0.49 and the lightness value of cb667f is 0.60.

The process color (four color CMYK) of #cb667f color hex is 0.00, 0.50, 0.37, 0.20. Web safe color of #cb667f is #cc6666. Color #cb667f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01100110 01111111
Octal 313 146 177
Decimal 203 102 127
Hex CB 66 7F

RGB Percentages of Color #cb667f

%46.99
%23.61
%29.40

CMYK Percentages of Color #cb667f

%0
%50
%37
%20

Triadic Colors of #cb667f

#cb667f #7fcb66 #667fcb

Analogous Colors of #cb667f

#cb667f #cb8066 #cb66b2

Monochromatic Colors of #cb667f

#cb667f

Complementary Color

#cb667f #66cbb2

#cb667f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb667f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb667f Color CSS Codes

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

#cb667f Text Font Color

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

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


#cb667f Background Color

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

This div background color is #cb667f


#cb667f Border Color

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

This div border color is #cb667f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb667f


Comments

No comments written yet.

Please login to write comment.