Color Hex Logo

#c868ed Color Hex

#C868ED
(200,104,237)
0 Favorites   0 Comments

Color spaces of #c868ed

RGB 200104237
HSL0.790.790.67
HSV283°56°93°
CMYK 0.160.560.00   0.07
XYZ44.055828.294483.2601
Yxy28.29440.28310.1818
Hunter Lab53.192554.7529-55.5696
CIE-Lab60.153858.7039-51.5899

#c868ed color RGB value is (200,104,237).

#c868ed hex color red value is 200, green value is 104 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #c868ed hue: 0.79 , saturation: 0.79 and the lightness value of c868ed is 0.67.

The process color (four color CMYK) of #c868ed color hex is 0.16, 0.56, 0.00, 0.07. Web safe color of #c868ed is #cc66ff. Color #c868ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 01101000 11101101
Octal 310 150 355
Decimal 200 104 237
Hex C8 68 ED

RGB Percentages of Color #c868ed

%36.97
%19.22
%43.81

CMYK Percentages of Color #c868ed

%16
%56
%0
%7

Triadic Colors of #c868ed

#c868ed #edc868 #68edc8

Analogous Colors of #c868ed

#c868ed #ed68d0 #8668ed

Monochromatic Colors of #c868ed

#c868ed

Complementary Color

#c868ed #8ded68

#c868ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c868ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#c868ed Color CSS Codes

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

#c868ed Text Font Color

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

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


#c868ed Background Color

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

This div background color is #c868ed


#c868ed Border Color

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

This div border color is #c868ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c868ed


Comments

No comments written yet.

Please login to write comment.