Color Hex Logo

#cb077d Color Hex

#CB077D
(203,7,125)
0 Favorites   0 Comments

Color spaces of #cb077d

RGB 2037125
HSL0.900.930.41
HSV324°97°80°
CMYK 0.000.970.38   0.20
XYZ28.406314.329120.6707
Yxy14.32910.44800.2260
Hunter Lab37.853867.7061-5.8786
CIE-Lab44.701272.6508-10.2890

#cb077d color RGB value is (203,7,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 00000111 01111101
Octal 313 7 175
Decimal 203 7 125
Hex CB 7 7D

RGB Percentages of Color #cb077d

%60.60
%2.09
%37.31

CMYK Percentages of Color #cb077d

%0
%97
%38
%20

Triadic Colors of #cb077d

#cb077d #7dcb07 #077dcb

Analogous Colors of #cb077d

#cb077d #cb071b #b707cb

Monochromatic Colors of #cb077d

#cb077d

Complementary Color

#cb077d #07cb55

#cb077d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb077d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb077d Color CSS Codes

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

#cb077d Text Font Color

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

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


#cb077d Background Color

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

This div background color is #cb077d


#cb077d Border Color

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

This div border color is #cb077d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb077d


Comments

No comments written yet.

Please login to write comment.