Color Hex Logo

#cd133e Color Hex

#CD133E
(205,19,62)
0 Favorites   0 Comments

Color spaces of #cd133e

RGB 2051962
HSL0.960.830.44
HSV346°91°80°
CMYK 0.000.910.70   0.20
XYZ26.279213.79275.8346
Yxy13.79270.57250.3005
Hunter Lab37.138561.314116.6823
CIE-Lab43.934267.395727.9332

#cd133e color RGB value is (205,19,62).

#cd133e hex color red value is 205, green value is 19 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #cd133e hue: 0.96 , saturation: 0.83 and the lightness value of cd133e is 0.44.

The process color (four color CMYK) of #cd133e color hex is 0.00, 0.91, 0.70, 0.20. Web safe color of #cd133e is #cc0033. Color #cd133e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 00010011 00111110
Octal 315 23 76
Decimal 205 19 62
Hex CD 13 3E

RGB Percentages of Color #cd133e

%71.68
%6.64
%21.68

CMYK Percentages of Color #cd133e

%0
%91
%70
%20

Triadic Colors of #cd133e

#cd133e #3ecd13 #133ecd

Analogous Colors of #cd133e

#cd133e #cd4513 #cd139b

Monochromatic Colors of #cd133e

#cd133e

Complementary Color

#cd133e #13cda2

#cd133e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd133e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd133e Color CSS Codes

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

#cd133e Text Font Color

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

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


#cd133e Background Color

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

This div background color is #cd133e


#cd133e Border Color

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

This div border color is #cd133e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(205,19,62, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cd133e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cd133e;
  -webkit-box-shadow: 1px 1px 3px 2px #cd133e;
  box-shadow:         1px 1px 3px 2px #cd133e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(205,19,62, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd133e


Comments

No comments written yet.

Please login to write comment.