Color Hex Logo

#c904ca Color Hex

#C904CA
(201,4,202)
0 Favorites   0 Comments

Color spaces of #c904ca

RGB 2014202
HSL0.830.960.40
HSV300°98°79°
CMYK 0.000.980.00   0.21
XYZ34.791516.768657.2801
Yxy16.76860.31970.1541
Hunter Lab40.949579.9956-54.2702
CIE-Lab47.967181.9488-51.1642

#c904ca color RGB value is (201,4,202).

#c904ca hex color red value is 201, green value is 4 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #c904ca hue: 0.83 , saturation: 0.96 and the lightness value of c904ca is 0.40.

The process color (four color CMYK) of #c904ca color hex is 0.00, 0.98, 0.00, 0.21. Web safe color of #c904ca is #cc00cc. Color #c904ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00000100 11001010
Octal 311 4 312
Decimal 201 4 202
Hex C9 4 CA

RGB Percentages of Color #c904ca

%49.39
%0.98
%49.63

CMYK Percentages of Color #c904ca

%0
%98
%0
%21

Triadic Colors of #c904ca

#c904ca #cac904 #04cac9

Analogous Colors of #c904ca

#c904ca #ca0468 #6604ca

Monochromatic Colors of #c904ca

#c904ca

Complementary Color

#c904ca #05ca04

#c904ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c904ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c904ca Color CSS Codes

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

#c904ca Text Font Color

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

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


#c904ca Background Color

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

This div background color is #c904ca


#c904ca Border Color

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

This div border color is #c904ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c904ca


Comments

No comments written yet.

Please login to write comment.