Color Hex Logo

#cb067e Color Hex

#CB067E
(203,6,126)
0 Favorites   0 Comments

Color spaces of #cb067e

RGB 2036126
HSL0.900.940.41
HSV323°97°80°
CMYK 0.000.970.38   0.20
XYZ28.459614.333121.0052
Yxy14.33310.44610.2247
Hunter Lab37.859167.9294-6.3943
CIE-Lab44.706972.8354-10.8960

#cb067e color RGB value is (203,6,126).

#cb067e hex color red value is 203, green value is 6 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #cb067e hue: 0.90 , saturation: 0.94 and the lightness value of cb067e is 0.41.

The process color (four color CMYK) of #cb067e color hex is 0.00, 0.97, 0.38, 0.20. Web safe color of #cb067e is #cc0066. Color #cb067e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 00000110 01111110
Octal 313 6 176
Decimal 203 6 126
Hex CB 6 7E

RGB Percentages of Color #cb067e

%60.60
%1.79
%37.61

CMYK Percentages of Color #cb067e

%0
%97
%38
%20

Triadic Colors of #cb067e

#cb067e #7ecb06 #067ecb

Analogous Colors of #cb067e

#cb067e #cb061c #b606cb

Monochromatic Colors of #cb067e

#cb067e

Complementary Color

#cb067e #06cb53

#cb067e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb067e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb067e Color CSS Codes

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

#cb067e Text Font Color

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

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


#cb067e Background Color

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

This div background color is #cb067e


#cb067e Border Color

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

This div border color is #cb067e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb067e


Comments

No comments written yet.

Please login to write comment.