Color Hex Logo

#c84ede Color Hex

#C84EDE
(200,78,222)
0 Favorites   0 Comments

Color spaces of #c84ede

RGB 20078222
HSL0.810.690.59
HSV291°65°87°
CMYK 0.100.650.00   0.13
XYZ39.728623.002171.4532
Yxy23.00210.29610.1714
Hunter Lab47.960563.9315-54.7599
CIE-Lab55.074567.4894-51.2581

#c84ede color RGB value is (200,78,222).

#c84ede hex color red value is 200, green value is 78 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #c84ede hue: 0.81 , saturation: 0.69 and the lightness value of c84ede is 0.59.

The process color (four color CMYK) of #c84ede color hex is 0.10, 0.65, 0.00, 0.13. Web safe color of #c84ede is #cc66cc. Color #c84ede contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 01001110 11011110
Octal 310 116 336
Decimal 200 78 222
Hex C8 4E DE

RGB Percentages of Color #c84ede

%40.00
%15.60
%44.40

CMYK Percentages of Color #c84ede

%10
%65
%0
%13

Triadic Colors of #c84ede

#c84ede #dec84e #4edec8

Analogous Colors of #c84ede

#c84ede #de4eac #804ede

Monochromatic Colors of #c84ede

#c84ede

Complementary Color

#c84ede #64de4e

#c84ede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c84ede Color Preview on White Background

Lorem ipsum dolor sit amet.

#c84ede Color CSS Codes

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

#c84ede Text Font Color

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

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


#c84ede Background Color

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

This div background color is #c84ede


#c84ede Border Color

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

This div border color is #c84ede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c84ede


Comments

No comments written yet.

Please login to write comment.