Color Hex Logo

#cd195a Color Hex

#CD195A
(205,25,90)
0 Favorites   0 Comments

Color spaces of #cd195a

RGB 2052590
HSL0.940.780.45
HSV338°88°80°
CMYK 0.000.880.56   0.20
XYZ27.369914.412611.0122
Yxy14.41260.51840.2730
Hunter Lab37.963962.25189.3765
CIE-Lab44.818968.027511.6777

#cd195a color RGB value is (205,25,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 00011001 01011010
Octal 315 31 132
Decimal 205 25 90
Hex CD 19 5A

RGB Percentages of Color #cd195a

%64.06
%7.81
%28.13

CMYK Percentages of Color #cd195a

%0
%88
%56
%20

Triadic Colors of #cd195a

#cd195a #5acd19 #195acd

Analogous Colors of #cd195a

#cd195a #cd3219 #cd19b4

Monochromatic Colors of #cd195a

#cd195a

Complementary Color

#cd195a #19cd8c

#cd195a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd195a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd195a Color CSS Codes

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

#cd195a Text Font Color

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

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


#cd195a Background Color

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

This div background color is #cd195a


#cd195a Border Color

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

This div border color is #cd195a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd195a


Comments

No comments written yet.

Please login to write comment.