Color Hex Logo

#cb0029 Color Hex

#CB0029
(203,0,41)
0 Favorites   0 Comments

Color spaces of #cb0029

RGB 203041
HSL0.971.000.40
HSV348°100°80°
CMYK 0.001.000.80   0.20
XYZ25.028812.85663.2602
Yxy12.85660.60830.3125
Hunter Lab35.856161.851019.7084
CIE-Lab42.546468.127138.8373

#cb0029 color RGB value is (203,0,41).

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

The process color (four color CMYK) of #cb0029 color hex is 0.00, 1.00, 0.80, 0.20. Web safe color of #cb0029 is #cc0033. Color #cb0029 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 00000000 00101001
Octal 313 0 51
Decimal 203 0 41
Hex CB 0 29

RGB Percentages of Color #cb0029

%83.20
%0.00
%16.80

CMYK Percentages of Color #cb0029

%0
%100
%80
%20

Triadic Colors of #cb0029

#cb0029 #29cb00 #0029cb

Analogous Colors of #cb0029

#cb0029 #cb3d00 #cb008f

Monochromatic Colors of #cb0029

#cb0029

Complementary Color

#cb0029 #00cba2

#cb0029 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb0029 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb0029 Color CSS Codes

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

#cb0029 Text Font Color

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

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


#cb0029 Background Color

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

This div background color is #cb0029


#cb0029 Border Color

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

This div border color is #cb0029


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb0029


Comments

No comments written yet.

Please login to write comment.