Color Hex Logo

#c545eb Color Hex

#C545EB
(197,69,235)
0 Favorites   0 Comments

Color spaces of #c545eb

RGB 19769235
HSL0.800.810.60
HSV286°71°92°
CMYK 0.160.710.00   0.08
XYZ40.149522.124780.7516
Yxy22.12470.28070.1547
Hunter Lab47.036970.0485-68.8615
CIE-Lab54.159172.7509-60.0702

#c545eb color RGB value is (197,69,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 01000101 11101011
Octal 305 105 353
Decimal 197 69 235
Hex C5 45 EB

RGB Percentages of Color #c545eb

%39.32
%13.77
%46.91

CMYK Percentages of Color #c545eb

%16
%71
%0
%8

Triadic Colors of #c545eb

#c545eb #ebc545 #45ebc5

Analogous Colors of #c545eb

#c545eb #eb45be #7245eb

Monochromatic Colors of #c545eb

#c545eb

Complementary Color

#c545eb #6beb45

#c545eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c545eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c545eb Color CSS Codes

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

#c545eb Text Font Color

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

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


#c545eb Background Color

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

This div background color is #c545eb


#c545eb Border Color

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

This div border color is #c545eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c545eb


Comments

No comments written yet.

Please login to write comment.