Color Hex Logo

#c825de Color Hex

#C825DE
(200,37,222)
0 Favorites   0 Comments

Color spaces of #c825de

RGB 20037222
HSL0.810.740.51
HSV293°83°87°
CMYK 0.100.830.00   0.13
XYZ37.665818.876470.7655
Yxy18.87640.29590.1483
Hunter Lab43.447078.7161-66.1574
CIE-Lab50.542380.4392-58.5128

#c825de color RGB value is (200,37,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 00100101 11011110
Octal 310 45 336
Decimal 200 37 222
Hex C8 25 DE

RGB Percentages of Color #c825de

%43.57
%8.06
%48.37

CMYK Percentages of Color #c825de

%10
%83
%0
%13

Triadic Colors of #c825de

#c825de #dec825 #25dec8

Analogous Colors of #c825de

#c825de #de2598 #6c25de

Monochromatic Colors of #c825de

#c825de

Complementary Color

#c825de #3bde25

#c825de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c825de Color Preview on White Background

Lorem ipsum dolor sit amet.

#c825de Color CSS Codes

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

#c825de Text Font Color

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

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


#c825de Background Color

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

This div background color is #c825de


#c825de Border Color

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

This div border color is #c825de


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(200,37,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c825de


Comments

No comments written yet.

Please login to write comment.