color codes Logo

#c84eec color codes

#C84EEC
(200,78,236)
0 Favorites   0 Comments

Color spaces of #c84eec

RGB 20078236
HSL0.800.810.62
HSV286°67°93°
CMYK 0.150.670.00   0.07
XYZ41.684123.784381.7507
Yxy23.78430.28310.1616
Hunter Lab48.769267.2220-65.2482
CIE-Lab55.871270.0912-57.8618

#c84eec color RGB value is (200,78,236).

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

The process color (four color CMYK) of #c84eec color code is 0.15, 0.67, 0.00, 0.07. Web safe color of #c84eec is #cc66ff. Color #c84eec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 01001110 11101100
Octal 310 116 354
Decimal 200 78 236
Hex C8 4E EC

RGB Percentages of Color #c84eec

%38.91
%15.18
%45.91

CMYK Percentages of Color #c84eec

%15
%67
%0
%7

Triadic Colors of #c84eec

#c84eec #ecc84e #4eecc8

Analogous Colors of #c84eec

#c84eec #ec4ec1 #794eec

Monochromatic Colors of #c84eec

#c84eec

Complementary Color

#c84eec #72ec4e

#c84eec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c84eec Color Preview on White Background

Lorem ipsum dolor sit amet.

#c84eec Color CSS Codes

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

#c84eec Text Font Color

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

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


#c84eec Background Color

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

This div background color is #c84eec


#c84eec Border Color

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

This div border color is #c84eec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c84eec


Comments

No comments written yet.

Please login to write comment.