Color Hex Logo

#c8417e Color Hex

#C8417E
(200,65,126)
0 Favorites   0 Comments

Color spaces of #c8417e

RGB 20065126
HSL0.920.550.52
HSV333°68°78°
CMYK 0.000.680.37   0.22
XYZ29.475617.566321.5758
Yxy17.56630.42960.2560
Hunter Lab41.912252.1875-1.1831
CIE-Lab48.965858.4122-4.5901

#c8417e color RGB value is (200,65,126).

#c8417e hex color red value is 200, green value is 65 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #c8417e hue: 0.92 , saturation: 0.55 and the lightness value of c8417e is 0.52.

The process color (four color CMYK) of #c8417e color hex is 0.00, 0.68, 0.37, 0.22. Web safe color of #c8417e is #cc3366. Color #c8417e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 01000001 01111110
Octal 310 101 176
Decimal 200 65 126
Hex C8 41 7E

RGB Percentages of Color #c8417e

%51.15
%16.62
%32.23

CMYK Percentages of Color #c8417e

%0
%68
%37
%22

Triadic Colors of #c8417e

#c8417e #7ec841 #417ec8

Analogous Colors of #c8417e

#c8417e #c84741 #c841c2

Monochromatic Colors of #c8417e

#c8417e

Complementary Color

#c8417e #41c88b

#c8417e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8417e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8417e Color CSS Codes

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

#c8417e Text Font Color

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

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


#c8417e Background Color

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

This div background color is #c8417e


#c8417e Border Color

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

This div border color is #c8417e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(200,65,126, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c8417e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c8417e;
  -webkit-box-shadow: 1px 1px 3px 2px #c8417e;
  box-shadow:         1px 1px 3px 2px #c8417e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8417e


Comments

No comments written yet.

Please login to write comment.