Color Hex Logo

#c546eb Color Hex

#C546EB
(197,70,235)
0 Favorites   0 Comments

Color spaces of #c546eb

RGB 19770235
HSL0.790.800.60
HSV286°70°92°
CMYK 0.160.700.00   0.08
XYZ40.211522.248880.7723
Yxy22.24880.28070.1553
Hunter Lab47.168669.6270-68.5111
CIE-Lab54.290072.3795-59.8599

#c546eb color RGB value is (197,70,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 01000110 11101011
Octal 305 106 353
Decimal 197 70 235
Hex C5 46 EB

RGB Percentages of Color #c546eb

%39.24
%13.94
%46.81

CMYK Percentages of Color #c546eb

%16
%70
%0
%8

Triadic Colors of #c546eb

#c546eb #ebc546 #46ebc5

Analogous Colors of #c546eb

#c546eb #eb46bf #7346eb

Monochromatic Colors of #c546eb

#c546eb

Complementary Color

#c546eb #6ceb46

#c546eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c546eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c546eb Color CSS Codes

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

#c546eb Text Font Color

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

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


#c546eb Background Color

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

This div background color is #c546eb


#c546eb Border Color

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

This div border color is #c546eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c546eb


Comments

No comments written yet.

Please login to write comment.