Color Hex Logo

#c82aeb Color Hex

#C82AEB
(200,42,235)
0 Favorites   0 Comments

Color spaces of #c82aeb

RGB 20042235
HSL0.800.830.54
HSV289°82°92°
CMYK 0.150.820.00   0.08
XYZ39.642819.933480.3554
Yxy19.93340.28330.1425
Hunter Lab44.646880.3617-75.4574
CIE-Lab51.761881.4989-63.9068

#c82aeb color RGB value is (200,42,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 00101010 11101011
Octal 310 52 353
Decimal 200 42 235
Hex C8 2A EB

RGB Percentages of Color #c82aeb

%41.93
%8.81
%49.27

CMYK Percentages of Color #c82aeb

%15
%82
%0
%8

Triadic Colors of #c82aeb

#c82aeb #ebc82a #2aebc8

Analogous Colors of #c82aeb

#c82aeb #eb2aae #682aeb

Monochromatic Colors of #c82aeb

#c82aeb

Complementary Color

#c82aeb #4deb2a

#c82aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c82aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c82aeb Color CSS Codes

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

#c82aeb Text Font Color

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

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


#c82aeb Background Color

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

This div background color is #c82aeb


#c82aeb Border Color

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

This div border color is #c82aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c82aeb


Comments

No comments written yet.

Please login to write comment.