Color Hex Logo

#c8417d Color Hex

#C8417D
(200,65,125)
0 Favorites   0 Comments

Color spaces of #c8417d

RGB 20065125
HSL0.930.550.52
HSV333°68°78°
CMYK 0.000.680.38   0.22
XYZ29.411417.540621.2376
Yxy17.54060.43130.2572
Hunter Lab41.881552.0595-0.7482
CIE-Lab48.934158.3030-4.0323

#c8417d color RGB value is (200,65,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 01000001 01111101
Octal 310 101 175
Decimal 200 65 125
Hex C8 41 7D

RGB Percentages of Color #c8417d

%51.28
%16.67
%32.05

CMYK Percentages of Color #c8417d

%0
%68
%38
%22

Triadic Colors of #c8417d

#c8417d #7dc841 #417dc8

Analogous Colors of #c8417d

#c8417d #c84941 #c841c1

Monochromatic Colors of #c8417d

#c8417d

Complementary Color

#c8417d #41c88c

#c8417d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8417d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8417d Color CSS Codes

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

#c8417d Text Font Color

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

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


#c8417d Background Color

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

This div background color is #c8417d


#c8417d Border Color

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

This div border color is #c8417d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8417d


Comments

No comments written yet.

Please login to write comment.