Color Hex Logo

#cd143a Color Hex

#CD143A
(205,20,58)
0 Favorites   0 Comments

Color spaces of #cd143a

RGB 2052058
HSL0.970.820.44
HSV348°90°80°
CMYK 0.000.900.72   0.20
XYZ26.190713.78495.2833
Yxy13.78490.57870.3046
Hunter Lab37.128060.942717.5527
CIE-Lab43.922967.078430.3676

#cd143a color RGB value is (205,20,58).

#cd143a hex color red value is 205, green value is 20 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #cd143a hue: 0.97 , saturation: 0.82 and the lightness value of cd143a is 0.44.

The process color (four color CMYK) of #cd143a color hex is 0.00, 0.90, 0.72, 0.20. Web safe color of #cd143a is #cc0033. Color #cd143a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 00010100 00111010
Octal 315 24 72
Decimal 205 20 58
Hex CD 14 3A

RGB Percentages of Color #cd143a

%72.44
%7.07
%20.49

CMYK Percentages of Color #cd143a

%0
%90
%72
%20

Triadic Colors of #cd143a

#cd143a #3acd14 #143acd

Analogous Colors of #cd143a

#cd143a #cd4b14 #cd1497

Monochromatic Colors of #cd143a

#cd143a

Complementary Color

#cd143a #14cda7

#cd143a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd143a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd143a Color CSS Codes

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

#cd143a Text Font Color

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

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


#cd143a Background Color

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

This div background color is #cd143a


#cd143a Border Color

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

This div border color is #cd143a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd143a


Comments

No comments written yet.

Please login to write comment.