Color Hex Logo

#c545df Color Hex

#C545DF
(197,69,223)
0 Favorites   0 Comments

Color spaces of #c545df

RGB 19769223
HSL0.810.710.57
HSV290°69°87°
CMYK 0.120.690.00   0.13
XYZ38.473421.454371.9254
Yxy21.45430.29180.1627
Hunter Lab46.318867.2081-59.6444
CIE-Lab53.443270.5418-54.4527

#c545df color RGB value is (197,69,223).

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

The process color (four color CMYK) of #c545df color hex is 0.12, 0.69, 0.00, 0.13. Web safe color of #c545df is #cc33cc. Color #c545df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01000101 11011111
Octal 305 105 337
Decimal 197 69 223
Hex C5 45 DF

RGB Percentages of Color #c545df

%40.29
%14.11
%45.60

CMYK Percentages of Color #c545df

%12
%69
%0
%13

Triadic Colors of #c545df

#c545df #dfc545 #45dfc5

Analogous Colors of #c545df

#c545df #df45ac #7845df

Monochromatic Colors of #c545df

#c545df

Complementary Color

#c545df #5fdf45

#c545df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c545df Color Preview on White Background

Lorem ipsum dolor sit amet.

#c545df Color CSS Codes

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

#c545df Text Font Color

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

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


#c545df Background Color

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

This div background color is #c545df


#c545df Border Color

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

This div border color is #c545df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c545df


Comments

No comments written yet.

Please login to write comment.