Color Hex Logo

#c905dd Color Hex

#C905DD
(201,5,221)
0 Favorites   0 Comments

Color spaces of #c905dd

RGB 2015221
HSL0.820.960.44
HSV294°98°87°
CMYK 0.090.980.00   0.13
XYZ37.192817.746569.8718
Yxy17.74650.29800.1422
Hunter Lab42.126683.8728-68.8507
CIE-Lab49.187284.7364-60.1168

#c905dd color RGB value is (201,5,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 00000101 11011101
Octal 311 5 335
Decimal 201 5 221
Hex C9 5 DD

RGB Percentages of Color #c905dd

%47.07
%1.17
%51.76

CMYK Percentages of Color #c905dd

%9
%98
%0
%13

Triadic Colors of #c905dd

#c905dd #ddc905 #05ddc9

Analogous Colors of #c905dd

#c905dd #dd0585 #5d05dd

Monochromatic Colors of #c905dd

#c905dd

Complementary Color

#c905dd #19dd05

#c905dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c905dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c905dd Color CSS Codes

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

#c905dd Text Font Color

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

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


#c905dd Background Color

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

This div background color is #c905dd


#c905dd Border Color

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

This div border color is #c905dd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,5,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 #c905dd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c905dd


Comments

No comments written yet.

Please login to write comment.