Color Hex Logo

#cd1fab Color Hex

#CD1FAB
(205,31,171)
0 Favorites   0 Comments

Color spaces of #cd1fab

RGB 20531171
HSL0.870.740.46
HSV312°85°80°
CMYK 0.000.850.17   0.20
XYZ33.017516.899440.0498
Yxy16.89940.36700.1878
Hunter Lab41.108971.4257-28.9863
CIE-Lab48.133075.0483-32.7249

#cd1fab color RGB value is (205,31,171).

#cd1fab hex color red value is 205, green value is 31 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #cd1fab hue: 0.87 , saturation: 0.74 and the lightness value of cd1fab is 0.46.

The process color (four color CMYK) of #cd1fab color hex is 0.00, 0.85, 0.17, 0.20. Web safe color of #cd1fab is #cc3399. Color #cd1fab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 00011111 10101011
Octal 315 37 253
Decimal 205 31 171
Hex CD 1F AB

RGB Percentages of Color #cd1fab

%50.37
%7.62
%42.01

CMYK Percentages of Color #cd1fab

%0
%85
%17
%20

Triadic Colors of #cd1fab

#cd1fab #abcd1f #1fabcd

Analogous Colors of #cd1fab

#cd1fab #cd1f54 #981fcd

Monochromatic Colors of #cd1fab

#cd1fab

Complementary Color

#cd1fab #1fcd41

#cd1fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd1fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd1fab Color CSS Codes

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

#cd1fab Text Font Color

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

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


#cd1fab Background Color

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

This div background color is #cd1fab


#cd1fab Border Color

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

This div border color is #cd1fab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd1fab


Comments

No comments written yet.

Please login to write comment.