Color Hex Logo

#c840ed Color Hex

#C840ED
(200,64,237)
0 Favorites   0 Comments

Color spaces of #c840ed

RGB 20064237
HSL0.800.830.59
HSV287°73°93°
CMYK 0.160.730.00   0.07
XYZ40.938922.060682.2212
Yxy22.06060.28190.1519
Hunter Lab46.968773.3890-70.9122
CIE-Lab54.091275.4860-61.2787

#c840ed color RGB value is (200,64,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 01000000 11101101
Octal 310 100 355
Decimal 200 64 237
Hex C8 40 ED

RGB Percentages of Color #c840ed

%39.92
%12.77
%47.31

CMYK Percentages of Color #c840ed

%16
%73
%0
%7

Triadic Colors of #c840ed

#c840ed #edc840 #40edc8

Analogous Colors of #c840ed

#c840ed #ed40bc #7240ed

Monochromatic Colors of #c840ed

#c840ed

Complementary Color

#c840ed #65ed40

#c840ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c840ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#c840ed Color CSS Codes

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

#c840ed Text Font Color

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

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


#c840ed Background Color

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

This div background color is #c840ed


#c840ed Border Color

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

This div border color is #c840ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c840ed


Comments

No comments written yet.

Please login to write comment.