Color Hex Logo

#c551ea Color Hex

#C551EA
(197,81,234)
0 Favorites   0 Comments

Color spaces of #c551ea

RGB 19781234
HSL0.790.780.62
HSV285°65°92°
CMYK 0.160.650.00   0.08
XYZ40.819723.695780.2642
Yxy23.69570.28190.1637
Hunter Lab48.678264.4964-63.6869
CIE-Lab55.781867.8322-56.9074

#c551ea color RGB value is (197,81,234).

#c551ea hex color red value is 197, green value is 81 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #c551ea hue: 0.79 , saturation: 0.78 and the lightness value of c551ea is 0.62.

The process color (four color CMYK) of #c551ea color hex is 0.16, 0.65, 0.00, 0.08. Web safe color of #c551ea is #cc66ff. Color #c551ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01010001 11101010
Octal 305 121 352
Decimal 197 81 234
Hex C5 51 EA

RGB Percentages of Color #c551ea

%38.48
%15.82
%45.70

CMYK Percentages of Color #c551ea

%16
%65
%0
%8

Triadic Colors of #c551ea

#c551ea #eac551 #51eac5

Analogous Colors of #c551ea

#c551ea #ea51c3 #7951ea

Monochromatic Colors of #c551ea

#c551ea

Complementary Color

#c551ea #76ea51

#c551ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c551ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c551ea Color CSS Codes

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

#c551ea Text Font Color

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

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


#c551ea Background Color

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

This div background color is #c551ea


#c551ea Border Color

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

This div border color is #c551ea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(197,81,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c551ea


Comments

No comments written yet.

Please login to write comment.