Color Hex Logo

#c908da Color Hex

#C908DA
(201,8,218)
0 Favorites   0 Comments

Color spaces of #c908da

RGB 2018218
HSL0.820.930.44
HSV295°96°85°
CMYK 0.080.960.00   0.15
XYZ36.829117.653167.7960
Yxy17.65310.30120.1444
Hunter Lab42.015682.9383-66.2589
CIE-Lab49.072684.0342-58.5888

#c908da color RGB value is (201,8,218).

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

The process color (four color CMYK) of #c908da color hex is 0.08, 0.96, 0.00, 0.15. Web safe color of #c908da is #cc00cc. Color #c908da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00001000 11011010
Octal 311 10 332
Decimal 201 8 218
Hex C9 8 DA

RGB Percentages of Color #c908da

%47.07
%1.87
%51.05

CMYK Percentages of Color #c908da

%8
%96
%0
%15

Triadic Colors of #c908da

#c908da #dac908 #08dac9

Analogous Colors of #c908da

#c908da #da0882 #6008da

Monochromatic Colors of #c908da

#c908da

Complementary Color

#c908da #19da08

#c908da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c908da Color Preview on White Background

Lorem ipsum dolor sit amet.

#c908da Color CSS Codes

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

#c908da Text Font Color

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

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


#c908da Background Color

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

This div background color is #c908da


#c908da Border Color

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

This div border color is #c908da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c908da


Comments

No comments written yet.

Please login to write comment.