Color Hex Logo

#c528dd Color Hex

#C528DD
(197,40,221)
0 Favorites   0 Comments

Color spaces of #c528dd

RGB 19740221
HSL0.810.730.51
HSV292°82°87°
CMYK 0.110.820.00   0.13
XYZ36.835918.608470.0569
Yxy18.60840.29350.1483
Hunter Lab43.137576.9340-66.0930
CIE-Lab50.225979.0857-58.4782

#c528dd color RGB value is (197,40,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 00101000 11011101
Octal 305 50 335
Decimal 197 40 221
Hex C5 28 DD

RGB Percentages of Color #c528dd

%43.01
%8.73
%48.25

CMYK Percentages of Color #c528dd

%11
%82
%0
%13

Triadic Colors of #c528dd

#c528dd #ddc528 #28ddc5

Analogous Colors of #c528dd

#c528dd #dd289b #6b28dd

Monochromatic Colors of #c528dd

#c528dd

Complementary Color

#c528dd #40dd28

#c528dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c528dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c528dd Color CSS Codes

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

#c528dd Text Font Color

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

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


#c528dd Background Color

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

This div background color is #c528dd


#c528dd Border Color

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

This div border color is #c528dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c528dd


Comments

No comments written yet.

Please login to write comment.