Color Hex Logo

#cb667b Color Hex

#CB667B
(203,102,123)
0 Favorites   0 Comments

Color spaces of #cb667b

RGB 203102123
HSL0.970.490.60
HSV348°50°80°
CMYK 0.000.500.39   0.20
XYZ32.955123.629321.5629
Yxy23.62930.42170.3024
Hunter Lab48.610035.94657.7265
CIE-Lab55.714742.14707.0692

#cb667b color RGB value is (203,102,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 01100110 01111011
Octal 313 146 173
Decimal 203 102 123
Hex CB 66 7B

RGB Percentages of Color #cb667b

%47.43
%23.83
%28.74

CMYK Percentages of Color #cb667b

%0
%50
%39
%20

Triadic Colors of #cb667b

#cb667b #7bcb66 #667bcb

Analogous Colors of #cb667b

#cb667b #cb8466 #cb66ae

Monochromatic Colors of #cb667b

#cb667b

Complementary Color

#cb667b #66cbb6

#cb667b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb667b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb667b Color CSS Codes

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

#cb667b Text Font Color

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

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


#cb667b Background Color

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

This div background color is #cb667b


#cb667b Border Color

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

This div border color is #cb667b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb667b


Comments

No comments written yet.

Please login to write comment.