Color Hex Logo

#c908ed Color Hex

#C908ED
(201,8,237)
0 Favorites   0 Comments

Color spaces of #c908ed

RGB 2018237
HSL0.810.930.48
HSV291°97°93°
CMYK 0.150.970.00   0.07
XYZ39.460318.705681.6515
Yxy18.70560.28220.1338
Hunter Lab43.250087.1719-81.6584
CIE-Lab50.341087.0491-67.3231

#c908ed color RGB value is (201,8,237).

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

The process color (four color CMYK) of #c908ed color hex is 0.15, 0.97, 0.00, 0.07. Web safe color of #c908ed is #cc00ff. Color #c908ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00001000 11101101
Octal 311 10 355
Decimal 201 8 237
Hex C9 8 ED

RGB Percentages of Color #c908ed

%45.07
%1.79
%53.14

CMYK Percentages of Color #c908ed

%15
%97
%0
%7

Triadic Colors of #c908ed

#c908ed #edc908 #08edc9

Analogous Colors of #c908ed

#c908ed #ed089f #5608ed

Monochromatic Colors of #c908ed

#c908ed

Complementary Color

#c908ed #2ced08

#c908ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c908ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#c908ed Color CSS Codes

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

#c908ed Text Font Color

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

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


#c908ed Background Color

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

This div background color is #c908ed


#c908ed Border Color

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

This div border color is #c908ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c908ed


Comments

No comments written yet.

Please login to write comment.