Color Hex Logo

#c840ee Color Hex

#C840EE
(200,64,238)
0 Favorites   0 Comments

Color spaces of #c840ee

RGB 20064238
HSL0.800.840.59
HSV287°73°93°
CMYK 0.160.730.00   0.07
XYZ41.085422.119282.9929
Yxy22.11920.28100.1513
Hunter Lab47.031173.6297-71.7038
CIE-Lab54.153275.6686-61.7398

#c840ee color RGB value is (200,64,238).

#c840ee hex color red value is 200, green value is 64 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #c840ee hue: 0.80 , saturation: 0.84 and the lightness value of c840ee is 0.59.

The process color (four color CMYK) of #c840ee color hex is 0.16, 0.73, 0.00, 0.07. Web safe color of #c840ee is #cc33ff. Color #c840ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 01000000 11101110
Octal 310 100 356
Decimal 200 64 238
Hex C8 40 EE

RGB Percentages of Color #c840ee

%39.84
%12.75
%47.41

CMYK Percentages of Color #c840ee

%16
%73
%0
%7

Triadic Colors of #c840ee

#c840ee #eec840 #40eec8

Analogous Colors of #c840ee

#c840ee #ee40bd #7140ee

Monochromatic Colors of #c840ee

#c840ee

Complementary Color

#c840ee #66ee40

#c840ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c840ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#c840ee Color CSS Codes

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

#c840ee Text Font Color

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

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


#c840ee Background Color

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

This div background color is #c840ee


#c840ee Border Color

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

This div border color is #c840ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c840ee


Comments

No comments written yet.

Please login to write comment.