Color Hex Logo

#c82eeb Color Hex

#C82EEB
(200,46,235)
0 Favorites   0 Comments

Color spaces of #c82eeb

RGB 20046235
HSL0.800.830.55
HSV289°80°92°
CMYK 0.150.800.00   0.08
XYZ39.791820.231580.4051
Yxy20.23150.28340.1441
Hunter Lab44.979479.1989-74.5010
CIE-Lab52.097980.5175-63.3645

#c82eeb color RGB value is (200,46,235).

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

The process color (four color CMYK) of #c82eeb color hex is 0.15, 0.80, 0.00, 0.08. Web safe color of #c82eeb is #cc33ff. Color #c82eeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 00101110 11101011
Octal 310 56 353
Decimal 200 46 235
Hex C8 2E EB

RGB Percentages of Color #c82eeb

%41.58
%9.56
%48.86

CMYK Percentages of Color #c82eeb

%15
%80
%0
%8

Triadic Colors of #c82eeb

#c82eeb #ebc82e #2eebc8

Analogous Colors of #c82eeb

#c82eeb #eb2eb0 #6a2eeb

Monochromatic Colors of #c82eeb

#c82eeb

Complementary Color

#c82eeb #51eb2e

#c82eeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c82eeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c82eeb Color CSS Codes

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

#c82eeb Text Font Color

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

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


#c82eeb Background Color

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

This div background color is #c82eeb


#c82eeb Border Color

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

This div border color is #c82eeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c82eeb


Comments

No comments written yet.

Please login to write comment.