Color Hex Logo

#cb007b Color Hex

#CB007B
(203,0,123)
0 Favorites   0 Comments

Color spaces of #cb007b

RGB 2030123
HSL0.901.000.40
HSV324°100°80°
CMYK 0.001.000.39   0.20
XYZ28.203814.126619.9791
Yxy14.12660.45260.2267
Hunter Lab37.585468.1708-5.2068
CIE-Lab44.413973.0929-9.4878

#cb007b color RGB value is (203,0,123).

#cb007b hex color red value is 203, green value is 0 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #cb007b hue: 0.90 , saturation: 1.00 and the lightness value of cb007b is 0.40.

The process color (four color CMYK) of #cb007b color hex is 0.00, 1.00, 0.39, 0.20. Web safe color of #cb007b is #cc0066. Color #cb007b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 00000000 01111011
Octal 313 0 173
Decimal 203 0 123
Hex CB 0 7B

RGB Percentages of Color #cb007b

%62.27
%0.00
%37.73

CMYK Percentages of Color #cb007b

%0
%100
%39
%20

Triadic Colors of #cb007b

#cb007b #7bcb00 #007bcb

Analogous Colors of #cb007b

#cb007b #cb0015 #b600cb

Monochromatic Colors of #cb007b

#cb007b

Complementary Color

#cb007b #00cb50

#cb007b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb007b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb007b Color CSS Codes

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

#cb007b Text Font Color

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

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


#cb007b Background Color

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

This div background color is #cb007b


#cb007b Border Color

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

This div border color is #cb007b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb007b

#cb007b Color Palettes


Comments

No comments written yet.

Please login to write comment.