Color Hex Logo

#c854ef Color Hex

#C854EF
(200,84,239)
0 Favorites   0 Comments

Color spaces of #c854ef

RGB 20084239
HSL0.790.830.63
HSV285°65°94°
CMYK 0.160.650.00   0.06
XYZ42.569724.852084.2146
Yxy24.85200.28070.1639
Hunter Lab49.851865.1851-65.2623
CIE-Lab56.930968.1948-57.8428

#c854ef color RGB value is (200,84,239).

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

The process color (four color CMYK) of #c854ef color hex is 0.16, 0.65, 0.00, 0.06. Web safe color of #c854ef is #cc66ff. Color #c854ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 01010100 11101111
Octal 310 124 357
Decimal 200 84 239
Hex C8 54 EF

RGB Percentages of Color #c854ef

%38.24
%16.06
%45.70

CMYK Percentages of Color #c854ef

%16
%65
%0
%6

Triadic Colors of #c854ef

#c854ef #efc854 #54efc8

Analogous Colors of #c854ef

#c854ef #ef54c9 #7b54ef

Monochromatic Colors of #c854ef

#c854ef

Complementary Color

#c854ef #7bef54

#c854ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c854ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#c854ef Color CSS Codes

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

#c854ef Text Font Color

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

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


#c854ef Background Color

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

This div background color is #c854ef


#c854ef Border Color

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

This div border color is #c854ef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(200,84,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 #c854ef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c854ef


Comments

No comments written yet.

Please login to write comment.