Color Hex Logo

#c82aff Color Hex

#C82AFF
(200,42,255)
0 Favorites   0 Comments

Color spaces of #c82aff

RGB 20042255
HSL0.791.000.58
HSV285°84°100°
CMYK 0.220.840.00   0.00
XYZ42.697421.155396.4407
Yxy21.15530.26640.1320
Hunter Lab45.994985.2118-92.1211
CIE-Lab53.119085.0075-72.9010

#c82aff color RGB value is (200,42,255).

#c82aff hex color red value is 200, green value is 42 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #c82aff hue: 0.79 , saturation: 1.00 and the lightness value of c82aff is 0.58.

The process color (four color CMYK) of #c82aff color hex is 0.22, 0.84, 0.00, 0.00. Web safe color of #c82aff is #cc33ff. Color #c82aff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 00101010 11111111
Octal 310 52 377
Decimal 200 42 255
Hex C8 2A FF

RGB Percentages of Color #c82aff

%40.24
%8.45
%51.31

CMYK Percentages of Color #c82aff

%22
%84
%0
%0

Triadic Colors of #c82aff

#c82aff #ffc82a #2affc8

Analogous Colors of #c82aff

#c82aff #ff2acc #5d2aff

Monochromatic Colors of #c82aff

#c82aff

Complementary Color

#c82aff #61ff2a

#c82aff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c82aff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c82aff Color CSS Codes

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

#c82aff Text Font Color

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

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


#c82aff Background Color

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

This div background color is #c82aff


#c82aff Border Color

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

This div border color is #c82aff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c82aff


Comments

No comments written yet.

Please login to write comment.