Color Hex Logo

#c541de Color Hex

#C541DE
(197,65,222)
0 Favorites   0 Comments

Color spaces of #c541de

RGB 19765222
HSL0.810.700.56
HSV290°71°87°
CMYK 0.110.710.00   0.13
XYZ38.101120.924871.1380
Yxy20.92480.29270.1608
Hunter Lab45.743668.6261-60.1840
CIE-Lab52.867171.8279-54.8080

#c541de color RGB value is (197,65,222).

#c541de hex color red value is 197, green value is 65 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #c541de hue: 0.81 , saturation: 0.70 and the lightness value of c541de is 0.56.

The process color (four color CMYK) of #c541de color hex is 0.11, 0.71, 0.00, 0.13. Web safe color of #c541de is #cc33cc. Color #c541de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01000001 11011110
Octal 305 101 336
Decimal 197 65 222
Hex C5 41 DE

RGB Percentages of Color #c541de

%40.70
%13.43
%45.87

CMYK Percentages of Color #c541de

%11
%71
%0
%13

Triadic Colors of #c541de

#c541de #dec541 #41dec5

Analogous Colors of #c541de

#c541de #de41a9 #7741de

Monochromatic Colors of #c541de

#c541de

Complementary Color

#c541de #5ade41

#c541de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c541de Color Preview on White Background

Lorem ipsum dolor sit amet.

#c541de Color CSS Codes

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

#c541de Text Font Color

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

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


#c541de Background Color

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

This div background color is #c541de


#c541de Border Color

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

This div border color is #c541de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c541de


Comments

No comments written yet.

Please login to write comment.