Color Hex Logo

#c902ed Color Hex

#C902ED
(201,2,237)
0 Favorites   0 Comments

Color spaces of #c902ed

RGB 2012237
HSL0.810.980.47
HSV291°99°93°
CMYK 0.150.990.00   0.07
XYZ39.395218.575381.6298
Yxy18.57530.28220.1331
Hunter Lab43.099187.7366-82.1261
CIE-Lab50.186687.5094-67.5732

#c902ed color RGB value is (201,2,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 00000010 11101101
Octal 311 2 355
Decimal 201 2 237
Hex C9 2 ED

RGB Percentages of Color #c902ed

%45.68
%0.45
%53.86

CMYK Percentages of Color #c902ed

%15
%99
%0
%7

Triadic Colors of #c902ed

#c902ed #edc902 #02edc9

Analogous Colors of #c902ed

#c902ed #ed029c #5302ed

Monochromatic Colors of #c902ed

#c902ed

Complementary Color

#c902ed #26ed02

#c902ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c902ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#c902ed Color CSS Codes

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

#c902ed Text Font Color

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

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


#c902ed Background Color

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

This div background color is #c902ed


#c902ed Border Color

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

This div border color is #c902ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c902ed


Comments

No comments written yet.

Please login to write comment.