Color Hex Logo

#c525dd Color Hex

#C525DD
(197,37,221)
0 Favorites   0 Comments

Color spaces of #c525dd

RGB 19737221
HSL0.810.730.51
HSV292°83°87°
CMYK 0.110.830.00   0.13
XYZ36.738718.413970.0245
Yxy18.41390.29350.1471
Hunter Lab42.911477.7282-66.7137
CIE-Lab49.994379.7628-58.8508

#c525dd color RGB value is (197,37,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 00100101 11011101
Octal 305 45 335
Decimal 197 37 221
Hex C5 25 DD

RGB Percentages of Color #c525dd

%43.30
%8.13
%48.57

CMYK Percentages of Color #c525dd

%11
%83
%0
%13

Triadic Colors of #c525dd

#c525dd #ddc525 #25ddc5

Analogous Colors of #c525dd

#c525dd #dd2599 #6925dd

Monochromatic Colors of #c525dd

#c525dd

Complementary Color

#c525dd #3ddd25

#c525dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c525dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c525dd Color CSS Codes

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

#c525dd Text Font Color

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

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


#c525dd Background Color

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

This div background color is #c525dd


#c525dd Border Color

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

This div border color is #c525dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c525dd


Comments

No comments written yet.

Please login to write comment.