Color Hex Logo

#c546ea Color Hex

#C546EA
(197,70,234)
0 Favorites   0 Comments

Color spaces of #c546ea

RGB 19770234
HSL0.800.800.60
HSV286°70°92°
CMYK 0.160.700.00   0.08
XYZ40.067422.191180.0134
Yxy22.19110.28160.1560
Hunter Lab47.107469.3858-67.7307
CIE-Lab54.229272.1927-59.3960

#c546ea color RGB value is (197,70,234).

#c546ea hex color red value is 197, green value is 70 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #c546ea hue: 0.80 , saturation: 0.80 and the lightness value of c546ea is 0.60.

The process color (four color CMYK) of #c546ea color hex is 0.16, 0.70, 0.00, 0.08. Web safe color of #c546ea is #cc33ff. Color #c546ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01000110 11101010
Octal 305 106 352
Decimal 197 70 234
Hex C5 46 EA

RGB Percentages of Color #c546ea

%39.32
%13.97
%46.71

CMYK Percentages of Color #c546ea

%16
%70
%0
%8

Triadic Colors of #c546ea

#c546ea #eac546 #46eac5

Analogous Colors of #c546ea

#c546ea #ea46bd #7346ea

Monochromatic Colors of #c546ea

#c546ea

Complementary Color

#c546ea #6bea46

#c546ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c546ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c546ea Color CSS Codes

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

#c546ea Text Font Color

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

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


#c546ea Background Color

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

This div background color is #c546ea


#c546ea Border Color

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

This div border color is #c546ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c546ea


Comments

No comments written yet.

Please login to write comment.