Color Hex Logo

#c83aef Color Hex

#C83AEF
(200,58,239)
0 Favorites   0 Comments

Color spaces of #c83aef

RGB 20058239
HSL0.800.850.58
HSV287°76°94°
CMYK 0.160.760.00   0.06
XYZ40.912521.537583.6622
Yxy21.53750.28000.1474
Hunter Lab46.408576.1459-74.3981
CIE-Lab53.532877.8119-63.2994

#c83aef color RGB value is (200,58,239).

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

The process color (four color CMYK) of #c83aef color hex is 0.16, 0.76, 0.00, 0.06. Web safe color of #c83aef is #cc33ff. Color #c83aef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 00111010 11101111
Octal 310 72 357
Decimal 200 58 239
Hex C8 3A EF

RGB Percentages of Color #c83aef

%40.24
%11.67
%48.09

CMYK Percentages of Color #c83aef

%16
%76
%0
%6

Triadic Colors of #c83aef

#c83aef #efc83a #3aefc8

Analogous Colors of #c83aef

#c83aef #ef3abc #6e3aef

Monochromatic Colors of #c83aef

#c83aef

Complementary Color

#c83aef #61ef3a

#c83aef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c83aef Color Preview on White Background

Lorem ipsum dolor sit amet.

#c83aef Color CSS Codes

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

#c83aef Text Font Color

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

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


#c83aef Background Color

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

This div background color is #c83aef


#c83aef Border Color

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

This div border color is #c83aef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c83aef


Comments

No comments written yet.

Please login to write comment.