Color Hex Logo

#c542dd Color Hex

#C542DD
(197,66,221)
0 Favorites   0 Comments

Color spaces of #c542dd

RGB 19766221
HSL0.810.700.56
HSV291°70°87°
CMYK 0.110.700.00   0.13
XYZ38.025320.987270.4534
Yxy20.98720.29370.1621
Hunter Lab45.811867.9903-59.1131
CIE-Lab52.935571.2884-54.1316

#c542dd color RGB value is (197,66,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 01000010 11011101
Octal 305 102 335
Decimal 197 66 221
Hex C5 42 DD

RGB Percentages of Color #c542dd

%40.70
%13.64
%45.66

CMYK Percentages of Color #c542dd

%11
%70
%0
%13

Triadic Colors of #c542dd

#c542dd #ddc542 #42ddc5

Analogous Colors of #c542dd

#c542dd #dd42a8 #7842dd

Monochromatic Colors of #c542dd

#c542dd

Complementary Color

#c542dd #5add42

#c542dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c542dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c542dd Color CSS Codes

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

#c542dd Text Font Color

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

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


#c542dd Background Color

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

This div background color is #c542dd


#c542dd Border Color

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

This div border color is #c542dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c542dd


Comments

No comments written yet.

Please login to write comment.