Color Hex Logo

#c909dc Color Hex

#C909DC
(201,9,220)
0 Favorites   0 Comments

Color spaces of #c909dc

RGB 2019220
HSL0.820.920.45
HSV295°96°86°
CMYK 0.090.960.00   0.14
XYZ37.103317.780269.1865
Yxy17.78020.29910.1433
Hunter Lab42.166683.2746-67.7658
CIE-Lab49.228484.2650-59.4799

#c909dc color RGB value is (201,9,220).

#c909dc hex color red value is 201, green value is 9 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #c909dc hue: 0.82 , saturation: 0.92 and the lightness value of c909dc is 0.45.

The process color (four color CMYK) of #c909dc color hex is 0.09, 0.96, 0.00, 0.14. Web safe color of #c909dc is #cc00cc. Color #c909dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00001001 11011100
Octal 311 11 334
Decimal 201 9 220
Hex C9 9 DC

RGB Percentages of Color #c909dc

%46.74
%2.09
%51.16

CMYK Percentages of Color #c909dc

%9
%96
%0
%14

Triadic Colors of #c909dc

#c909dc #dcc909 #09dcc9

Analogous Colors of #c909dc

#c909dc #dc0986 #5f09dc

Monochromatic Colors of #c909dc

#c909dc

Complementary Color

#c909dc #1cdc09

#c909dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c909dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c909dc Color CSS Codes

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

#c909dc Text Font Color

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

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


#c909dc Background Color

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

This div background color is #c909dc


#c909dc Border Color

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

This div border color is #c909dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c909dc


Comments

No comments written yet.

Please login to write comment.