Color Hex Logo

#c84ce1 Color Hex

#C84CE1
(200,76,225)
0 Favorites   0 Comments

Color spaces of #c84ce1

RGB 20076225
HSL0.810.710.59
HSV290°66°88°
CMYK 0.110.660.00   0.12
XYZ39.994522.884573.5434
Yxy22.88450.29320.1677
Hunter Lab47.837765.5179-57.6631
CIE-Lab54.953268.8446-53.1457

#c84ce1 color RGB value is (200,76,225).

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

The process color (four color CMYK) of #c84ce1 color hex is 0.11, 0.66, 0.00, 0.12. Web safe color of #c84ce1 is #cc33cc. Color #c84ce1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 01001100 11100001
Octal 310 114 341
Decimal 200 76 225
Hex C8 4C E1

RGB Percentages of Color #c84ce1

%39.92
%15.17
%44.91

CMYK Percentages of Color #c84ce1

%11
%66
%0
%12

Triadic Colors of #c84ce1

#c84ce1 #e1c84c #4ce1c8

Analogous Colors of #c84ce1

#c84ce1 #e14cb0 #7e4ce1

Monochromatic Colors of #c84ce1

#c84ce1

Complementary Color

#c84ce1 #65e14c

#c84ce1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c84ce1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c84ce1 Color CSS Codes

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

#c84ce1 Text Font Color

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

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


#c84ce1 Background Color

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

This div background color is #c84ce1


#c84ce1 Border Color

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

This div border color is #c84ce1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c84ce1


Comments

No comments written yet.

Please login to write comment.