Color Hex Logo

#c825dc Color Hex

#C825DC
(200,37,220)
0 Favorites   0 Comments

Color spaces of #c825dc

RGB 20037220
HSL0.820.720.50
HSV293°83°86°
CMYK 0.090.830.00   0.14
XYZ37.399318.769869.3619
Yxy18.76980.29790.1495
Hunter Lab43.324178.2719-64.5964
CIE-Lab50.416880.1119-57.5762

#c825dc color RGB value is (200,37,220).

#c825dc hex color red value is 200, green value is 37 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #c825dc hue: 0.82 , saturation: 0.72 and the lightness value of c825dc is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 00100101 11011100
Octal 310 45 334
Decimal 200 37 220
Hex C8 25 DC

RGB Percentages of Color #c825dc

%43.76
%8.10
%48.14

CMYK Percentages of Color #c825dc

%9
%83
%0
%14

Triadic Colors of #c825dc

#c825dc #dcc825 #25dcc8

Analogous Colors of #c825dc

#c825dc #dc2595 #6d25dc

Monochromatic Colors of #c825dc

#c825dc

Complementary Color

#c825dc #39dc25

#c825dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c825dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c825dc Color CSS Codes

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

#c825dc Text Font Color

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

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


#c825dc Background Color

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

This div background color is #c825dc


#c825dc Border Color

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

This div border color is #c825dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c825dc


Comments

No comments written yet.

Please login to write comment.