Color Hex Logo

#cb2073 Color Hex

#CB2073
(203,32,115)
0 Favorites   0 Comments

Color spaces of #cb2073

RGB 20332115
HSL0.920.730.46
HSV331°84°80°
CMYK 0.000.840.43   0.20
XYZ28.239614.967317.6202
Yxy14.96730.46430.2461
Hunter Lab38.687662.59090.0778
CIE-Lab45.589468.1675-2.7998

#cb2073 color RGB value is (203,32,115).

#cb2073 hex color red value is 203, green value is 32 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #cb2073 hue: 0.92 , saturation: 0.73 and the lightness value of cb2073 is 0.46.

The process color (four color CMYK) of #cb2073 color hex is 0.00, 0.84, 0.43, 0.20. Web safe color of #cb2073 is #cc3366. Color #cb2073 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 00100000 01110011
Octal 313 40 163
Decimal 203 32 115
Hex CB 20 73

RGB Percentages of Color #cb2073

%58.00
%9.14
%32.86

CMYK Percentages of Color #cb2073

%0
%84
%43
%20

Triadic Colors of #cb2073

#cb2073 #73cb20 #2073cb

Analogous Colors of #cb2073

#cb2073 #cb2320 #cb20c9

Monochromatic Colors of #cb2073

#cb2073

Complementary Color

#cb2073 #20cb78

#cb2073 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb2073 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb2073 Color CSS Codes

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

#cb2073 Text Font Color

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

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


#cb2073 Background Color

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

This div background color is #cb2073


#cb2073 Border Color

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

This div border color is #cb2073


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb2073


Comments

No comments written yet.

Please login to write comment.