Color Hex Logo

#c51aef Color Hex

#C51AEF
(197,26,239)
0 Favorites   0 Comments

Color spaces of #c51aef

RGB 19726239
HSL0.800.870.52
HSV288°89°94°
CMYK 0.180.890.00   0.06
XYZ38.975318.841183.2438
Yxy18.84110.27630.1336
Hunter Lab43.406384.3172-83.3207
CIE-Lab50.500884.8258-68.2211

#c51aef color RGB value is (197,26,239).

#c51aef hex color red value is 197, green value is 26 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #c51aef hue: 0.80 , saturation: 0.87 and the lightness value of c51aef is 0.52.

The process color (four color CMYK) of #c51aef color hex is 0.18, 0.89, 0.00, 0.06. Web safe color of #c51aef is #cc33ff. Color #c51aef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00011010 11101111
Octal 305 32 357
Decimal 197 26 239
Hex C5 1A EF

RGB Percentages of Color #c51aef

%42.64
%5.63
%51.73

CMYK Percentages of Color #c51aef

%18
%89
%0
%6

Triadic Colors of #c51aef

#c51aef #efc51a #1aefc5

Analogous Colors of #c51aef

#c51aef #ef1aaf #5a1aef

Monochromatic Colors of #c51aef

#c51aef

Complementary Color

#c51aef #44ef1a

#c51aef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c51aef Color Preview on White Background

Lorem ipsum dolor sit amet.

#c51aef Color CSS Codes

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

#c51aef Text Font Color

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

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


#c51aef Background Color

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

This div background color is #c51aef


#c51aef Border Color

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

This div border color is #c51aef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c51aef


Comments

No comments written yet.

Please login to write comment.