Color Hex Logo

#c526dc Color Hex

#C526DC
(197,38,220)
0 Favorites   0 Comments

Color spaces of #c526dc

RGB 19738220
HSL0.810.720.51
HSV292°83°86°
CMYK 0.100.830.00   0.14
XYZ36.637318.423969.3353
Yxy18.42390.29450.1481
Hunter Lab42.923177.2446-65.7273
CIE-Lab50.006379.3760-58.2620

#c526dc color RGB value is (197,38,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 00100110 11011100
Octal 305 46 334
Decimal 197 38 220
Hex C5 26 DC

RGB Percentages of Color #c526dc

%43.30
%8.35
%48.35

CMYK Percentages of Color #c526dc

%10
%83
%0
%14

Triadic Colors of #c526dc

#c526dc #dcc526 #26dcc5

Analogous Colors of #c526dc

#c526dc #dc2698 #6a26dc

Monochromatic Colors of #c526dc

#c526dc

Complementary Color

#c526dc #3ddc26

#c526dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c526dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c526dc Color CSS Codes

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

#c526dc Text Font Color

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

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


#c526dc Background Color

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

This div background color is #c526dc


#c526dc Border Color

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

This div border color is #c526dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c526dc


Comments

No comments written yet.

Please login to write comment.