Color Hex Logo

#c917dd Color Hex

#C917DD
(201,23,221)
0 Favorites   0 Comments

Color spaces of #c917dd

RGB 20123221
HSL0.820.810.48
HSV294°90°87°
CMYK 0.090.900.00   0.13
XYZ37.444918.250869.9558
Yxy18.25080.29800.1452
Hunter Lab42.721081.6935-67.1830
CIE-Lab49.798982.9241-59.1313

#c917dd color RGB value is (201,23,221).

#c917dd hex color red value is 201, green value is 23 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #c917dd hue: 0.82 , saturation: 0.81 and the lightness value of c917dd is 0.48.

The process color (four color CMYK) of #c917dd color hex is 0.09, 0.90, 0.00, 0.13. Web safe color of #c917dd is #cc00cc. Color #c917dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00010111 11011101
Octal 311 27 335
Decimal 201 23 221
Hex C9 17 DD

RGB Percentages of Color #c917dd

%45.17
%5.17
%49.66

CMYK Percentages of Color #c917dd

%9
%90
%0
%13

Triadic Colors of #c917dd

#c917dd #ddc917 #17ddc9

Analogous Colors of #c917dd

#c917dd #dd178e #6617dd

Monochromatic Colors of #c917dd

#c917dd

Complementary Color

#c917dd #2bdd17

#c917dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c917dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c917dd Color CSS Codes

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

#c917dd Text Font Color

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

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


#c917dd Background Color

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

This div background color is #c917dd


#c917dd Border Color

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

This div border color is #c917dd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(201,23,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c917dd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c917dd;
  -webkit-box-shadow: 1px 1px 3px 2px #c917dd;
  box-shadow:         1px 1px 3px 2px #c917dd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,23,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c917dd


Comments

No comments written yet.

Please login to write comment.