Color Hex Logo

#cd195b Color Hex

#CD195B
(205,25,91)
0 Favorites   0 Comments

Color spaces of #cd195b

RGB 2052591
HSL0.940.780.45
HSV338°88°80°
CMYK 0.000.880.56   0.20
XYZ27.412814.429711.2379
Yxy14.42970.51640.2718
Hunter Lab37.986462.33779.0502
CIE-Lab44.843068.096311.0868

#cd195b color RGB value is (205,25,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 00011001 01011011
Octal 315 31 133
Decimal 205 25 91
Hex CD 19 5B

RGB Percentages of Color #cd195b

%63.86
%7.79
%28.35

CMYK Percentages of Color #cd195b

%0
%88
%56
%20

Triadic Colors of #cd195b

#cd195b #5bcd19 #195bcd

Analogous Colors of #cd195b

#cd195b #cd3119 #cd19b5

Monochromatic Colors of #cd195b

#cd195b

Complementary Color

#cd195b #19cd8b

#cd195b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd195b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd195b Color CSS Codes

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

#cd195b Text Font Color

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

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


#cd195b Background Color

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

This div background color is #cd195b


#cd195b Border Color

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

This div border color is #cd195b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd195b


Comments

No comments written yet.

Please login to write comment.