Color Hex Logo

#cb1959 Color Hex

#CB1959
(203,25,89)
0 Favorites   0 Comments

Color spaces of #cb1959

RGB 2032589
HSL0.940.780.45
HSV338°88°80°
CMYK 0.000.880.56   0.20
XYZ26.779414.113010.7639
Yxy14.11300.51840.2732
Hunter Lab37.567361.49909.3091
CIE-Lab44.394667.465011.6517

#cb1959 color RGB value is (203,25,89).

#cb1959 hex color red value is 203, green value is 25 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #cb1959 hue: 0.94 , saturation: 0.78 and the lightness value of cb1959 is 0.45.

The process color (four color CMYK) of #cb1959 color hex is 0.00, 0.88, 0.56, 0.20. Web safe color of #cb1959 is #cc0066. Color #cb1959 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 00011001 01011001
Octal 313 31 131
Decimal 203 25 89
Hex CB 19 59

RGB Percentages of Color #cb1959

%64.04
%7.89
%28.08

CMYK Percentages of Color #cb1959

%0
%88
%56
%20

Triadic Colors of #cb1959

#cb1959 #59cb19 #1959cb

Analogous Colors of #cb1959

#cb1959 #cb3219 #cb19b2

Monochromatic Colors of #cb1959

#cb1959

Complementary Color

#cb1959 #19cb8b

#cb1959 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb1959 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb1959 Color CSS Codes

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

#cb1959 Text Font Color

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

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


#cb1959 Background Color

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

This div background color is #cb1959


#cb1959 Border Color

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

This div border color is #cb1959


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb1959


Comments

No comments written yet.

Please login to write comment.