Color Hex Logo

#c910d1 Color Hex

#C910D1
(201,16,209)
0 Favorites   0 Comments

Color spaces of #c910d1

RGB 20116209
HSL0.830.860.44
HSV298°92°82°
CMYK 0.040.920.00   0.18
XYZ35.781317.391561.7926
Yxy17.39150.31120.1513
Hunter Lab41.703180.1727-58.6594
CIE-Lab48.749681.9364-53.9482

#c910d1 color RGB value is (201,16,209).

#c910d1 hex color red value is 201, green value is 16 and the blue value of its RGB is 209. Cylindrical-coordinate representations (also known as HSL) of color #c910d1 hue: 0.83 , saturation: 0.86 and the lightness value of c910d1 is 0.44.

The process color (four color CMYK) of #c910d1 color hex is 0.04, 0.92, 0.00, 0.18. Web safe color of #c910d1 is #cc00cc. Color #c910d1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00010000 11010001
Octal 311 20 321
Decimal 201 16 209
Hex C9 10 D1

RGB Percentages of Color #c910d1

%47.18
%3.76
%49.06

CMYK Percentages of Color #c910d1

%4
%92
%0
%18

Triadic Colors of #c910d1

#c910d1 #d1c910 #10d1c9

Analogous Colors of #c910d1

#c910d1 #d11079 #6910d1

Monochromatic Colors of #c910d1

#c910d1

Complementary Color

#c910d1 #18d110

#c910d1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c910d1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c910d1 Color CSS Codes

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

#c910d1 Text Font Color

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

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


#c910d1 Background Color

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

This div background color is #c910d1


#c910d1 Border Color

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

This div border color is #c910d1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c910d1


Comments

No comments written yet.

Please login to write comment.