Color Hex Logo

#cb079d Color Hex

#CB079D
(203,7,157)
0 Favorites   0 Comments

Color spaces of #cb079d

RGB 2037157
HSL0.870.930.41
HSV314°97°80°
CMYK 0.000.970.23   0.20
XYZ30.790415.282833.2253
Yxy15.28280.38830.1927
Hunter Lab39.093272.1761-23.0253
CIE-Lab46.019176.0725-27.7184

#cb079d color RGB value is (203,7,157).

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

The process color (four color CMYK) of #cb079d color hex is 0.00, 0.97, 0.23, 0.20. Web safe color of #cb079d is #cc0099. Color #cb079d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 00000111 10011101
Octal 313 7 235
Decimal 203 7 157
Hex CB 7 9D

RGB Percentages of Color #cb079d

%55.31
%1.91
%42.78

CMYK Percentages of Color #cb079d

%0
%97
%23
%20

Triadic Colors of #cb079d

#cb079d #9dcb07 #079dcb

Analogous Colors of #cb079d

#cb079d #cb073b #9707cb

Monochromatic Colors of #cb079d

#cb079d

Complementary Color

#cb079d #07cb35

#cb079d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb079d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb079d Color CSS Codes

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

#cb079d Text Font Color

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

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


#cb079d Background Color

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

This div background color is #cb079d


#cb079d Border Color

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

This div border color is #cb079d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb079d


Comments

No comments written yet.

Please login to write comment.