Color Hex Logo

#c904bc Color Hex

#C904BC
(201,4,188)
0 Favorites   0 Comments

Color spaces of #c904bc

RGB 2014188
HSL0.840.960.40
HSV304°98°79°
CMYK 0.000.980.06   0.21
XYZ33.207916.135248.9411
Yxy16.13520.33790.1642
Hunter Lab40.168677.2730-44.1203
CIE-Lab47.151479.9539-44.3215

#c904bc color RGB value is (201,4,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 00000100 10111100
Octal 311 4 274
Decimal 201 4 188
Hex C9 4 BC

RGB Percentages of Color #c904bc

%51.15
%1.02
%47.84

CMYK Percentages of Color #c904bc

%0
%98
%6
%21

Triadic Colors of #c904bc

#c904bc #bcc904 #04bcc9

Analogous Colors of #c904bc

#c904bc #c90459 #7404c9

Monochromatic Colors of #c904bc

#c904bc

Complementary Color

#c904bc #04c911

#c904bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c904bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c904bc Color CSS Codes

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

#c904bc Text Font Color

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

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


#c904bc Background Color

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

This div background color is #c904bc


#c904bc Border Color

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

This div border color is #c904bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c904bc


Comments

No comments written yet.

Please login to write comment.