Color Hex Logo

#c84cef Color Hex

#C84CEF
(200,76,239)
0 Favorites   0 Comments

Color spaces of #c84cef

RGB 20076239
HSL0.790.840.62
HSV286°68°94°
CMYK 0.160.680.00   0.06
XYZ41.983823.680284.0193
Yxy23.68020.28050.1582
Hunter Lab48.662368.8433-68.3052
CIE-Lab55.766271.4521-59.7090

#c84cef color RGB value is (200,76,239).

#c84cef hex color red value is 200, green value is 76 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #c84cef hue: 0.79 , saturation: 0.84 and the lightness value of c84cef is 0.62.

The process color (four color CMYK) of #c84cef color hex is 0.16, 0.68, 0.00, 0.06. Web safe color of #c84cef is #cc33ff. Color #c84cef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 01001100 11101111
Octal 310 114 357
Decimal 200 76 239
Hex C8 4C EF

RGB Percentages of Color #c84cef

%38.83
%14.76
%46.41

CMYK Percentages of Color #c84cef

%16
%68
%0
%6

Triadic Colors of #c84cef

#c84cef #efc84c #4cefc8

Analogous Colors of #c84cef

#c84cef #ef4cc5 #774cef

Monochromatic Colors of #c84cef

#c84cef

Complementary Color

#c84cef #73ef4c

#c84cef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c84cef Color Preview on White Background

Lorem ipsum dolor sit amet.

#c84cef Color CSS Codes

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

#c84cef Text Font Color

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

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


#c84cef Background Color

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

This div background color is #c84cef


#c84cef Border Color

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

This div border color is #c84cef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c84cef


Comments

No comments written yet.

Please login to write comment.