Color Hex Logo

#c84daf Color Hex

#C84DAF
(200,77,175)
0 Favorites   0 Comments

Color spaces of #c84daf

RGB 20077175
HSL0.870.530.54
HSV312°62°78°
CMYK 0.000.620.13   0.22
XYZ34.211220.682342.7464
Yxy20.68230.35040.2118
Hunter Lab45.477854.6926-23.8946
CIE-Lab52.600059.9798-28.1697

#c84daf color RGB value is (200,77,175).

#c84daf hex color red value is 200, green value is 77 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #c84daf hue: 0.87 , saturation: 0.53 and the lightness value of c84daf is 0.54.

The process color (four color CMYK) of #c84daf color hex is 0.00, 0.62, 0.13, 0.22. Web safe color of #c84daf is #cc6699. Color #c84daf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 01001101 10101111
Octal 310 115 257
Decimal 200 77 175
Hex C8 4D AF

RGB Percentages of Color #c84daf

%44.25
%17.04
%38.72

CMYK Percentages of Color #c84daf

%0
%62
%13
%22

Triadic Colors of #c84daf

#c84daf #afc84d #4dafc8

Analogous Colors of #c84daf

#c84daf #c84d72 #a44dc8

Monochromatic Colors of #c84daf

#c84daf

Complementary Color

#c84daf #4dc866

#c84daf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c84daf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c84daf Color CSS Codes

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

#c84daf Text Font Color

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

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


#c84daf Background Color

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

This div background color is #c84daf


#c84daf Border Color

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

This div border color is #c84daf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c84daf


Comments

No comments written yet.

Please login to write comment.