Color Hex Logo

#c527dc Color Hex

#C527DC
(197,39,220)
0 Favorites   0 Comments

Color spaces of #c527dc

RGB 19739220
HSL0.810.720.51
HSV292°82°86°
CMYK 0.100.820.00   0.14
XYZ36.669718.488769.3461
Yxy18.48870.29450.1485
Hunter Lab42.998576.9799-65.5214
CIE-Lab50.083679.1500-58.1376

#c527dc color RGB value is (197,39,220).

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

The process color (four color CMYK) of #c527dc color hex is 0.10, 0.82, 0.00, 0.14. Web safe color of #c527dc is #cc33cc. Color #c527dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00100111 11011100
Octal 305 47 334
Decimal 197 39 220
Hex C5 27 DC

RGB Percentages of Color #c527dc

%43.20
%8.55
%48.25

CMYK Percentages of Color #c527dc

%10
%82
%0
%14

Triadic Colors of #c527dc

#c527dc #dcc527 #27dcc5

Analogous Colors of #c527dc

#c527dc #dc2799 #6b27dc

Monochromatic Colors of #c527dc

#c527dc

Complementary Color

#c527dc #3edc27

#c527dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c527dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c527dc Color CSS Codes

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

#c527dc Text Font Color

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

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


#c527dc Background Color

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

This div background color is #c527dc


#c527dc Border Color

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

This div border color is #c527dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c527dc


Comments

No comments written yet.

Please login to write comment.