Color Hex Logo

#c904be Color Hex

#C904BE
(201,4,190)
0 Favorites   0 Comments

Color spaces of #c904be

RGB 2014190
HSL0.840.960.40
HSV303°98°79°
CMYK 0.000.980.05   0.21
XYZ33.425116.222050.0847
Yxy16.22200.33510.1627
Hunter Lab40.276577.6514-45.5347
CIE-Lab47.264480.2328-45.3108

#c904be color RGB value is (201,4,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 00000100 10111110
Octal 311 4 276
Decimal 201 4 190
Hex C9 4 BE

RGB Percentages of Color #c904be

%50.89
%1.01
%48.10

CMYK Percentages of Color #c904be

%0
%98
%5
%21

Triadic Colors of #c904be

#c904be #bec904 #04bec9

Analogous Colors of #c904be

#c904be #c9045b #7204c9

Monochromatic Colors of #c904be

#c904be

Complementary Color

#c904be #04c90f

#c904be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c904be Color Preview on White Background

Lorem ipsum dolor sit amet.

#c904be Color CSS Codes

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

#c904be Text Font Color

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

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


#c904be Background Color

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

This div background color is #c904be


#c904be Border Color

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

This div border color is #c904be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c904be


Comments

No comments written yet.

Please login to write comment.