Color Hex Logo

#c51eff Color Hex

#C51EFF
(197,30,255)
0 Favorites   0 Comments

Color spaces of #c51eff

RGB 19730255
HSL0.791.000.56
HSV285°88°100°
CMYK 0.230.880.00   0.00
XYZ41.540220.018996.2824
Yxy20.01890.26320.1268
Hunter Lab44.742587.4251-96.2678
CIE-Lab51.858686.9493-74.9690

#c51eff color RGB value is (197,30,255).

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

The process color (four color CMYK) of #c51eff color hex is 0.23, 0.88, 0.00, 0.00. Web safe color of #c51eff is #cc33ff. Color #c51eff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00011110 11111111
Octal 305 36 377
Decimal 197 30 255
Hex C5 1E FF

RGB Percentages of Color #c51eff

%40.87
%6.22
%52.90

CMYK Percentages of Color #c51eff

%23
%88
%0
%0

Triadic Colors of #c51eff

#c51eff #ffc51e #1effc5

Analogous Colors of #c51eff

#c51eff #ff1ec9 #551eff

Monochromatic Colors of #c51eff

#c51eff

Complementary Color

#c51eff #58ff1e

#c51eff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c51eff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c51eff Color CSS Codes

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

#c51eff Text Font Color

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

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


#c51eff Background Color

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

This div background color is #c51eff


#c51eff Border Color

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

This div border color is #c51eff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c51eff

Related Colors


Comments

No comments written yet.

Please login to write comment.