color codes Logo

#c82cee color codes

#C82CEE
(200,44,238)
0 Favorites   0 Comments

Color spaces of #c82cee

RGB 20044238
HSL0.800.850.55
HSV288°82°93°
CMYK 0.160.820.00   0.07
XYZ40.152720.253882.6820
Yxy20.25380.28060.1415
Hunter Lab45.004280.5000-77.4250
CIE-Lab52.123081.5372-65.0119

#c82cee color RGB value is (200,44,238).

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

The process color (four color CMYK) of #c82cee color code is 0.16, 0.82, 0.00, 0.07. Web safe color of #c82cee is #cc33ff. Color #c82cee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 00101100 11101110
Octal 310 54 356
Decimal 200 44 238
Hex C8 2C EE

RGB Percentages of Color #c82cee

%41.49
%9.13
%49.38

CMYK Percentages of Color #c82cee

%16
%82
%0
%7

Triadic Colors of #c82cee

#c82cee #eec82c #2ceec8

Analogous Colors of #c82cee

#c82cee #ee2cb3 #672cee

Monochromatic Colors of #c82cee

#c82cee

Complementary Color

#c82cee #52ee2c

#c82cee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c82cee Color Preview on White Background

Lorem ipsum dolor sit amet.

#c82cee Color CSS Codes

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

#c82cee Text Font Color

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

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


#c82cee Background Color

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

This div background color is #c82cee


#c82cee Border Color

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

This div border color is #c82cee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c82cee


Comments

No comments written yet.

Please login to write comment.