Color Hex Logo

#c828de Color Hex

#C828DE
(200,40,222)
0 Favorites   0 Comments

Color spaces of #c828de

RGB 20040222
HSL0.810.730.51
HSV293°82°87°
CMYK 0.100.820.00   0.13
XYZ37.763019.070970.7980
Yxy19.07090.29590.1494
Hunter Lab43.670277.9315-65.5515
CIE-Lab50.770179.7731-58.1467

#c828de color RGB value is (200,40,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 00101000 11011110
Octal 310 50 336
Decimal 200 40 222
Hex C8 28 DE

RGB Percentages of Color #c828de

%43.29
%8.66
%48.05

CMYK Percentages of Color #c828de

%10
%82
%0
%13

Triadic Colors of #c828de

#c828de #dec828 #28dec8

Analogous Colors of #c828de

#c828de #de2899 #6d28de

Monochromatic Colors of #c828de

#c828de

Complementary Color

#c828de #3ede28

#c828de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c828de Color Preview on White Background

Lorem ipsum dolor sit amet.

#c828de Color CSS Codes

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

#c828de Text Font Color

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

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


#c828de Background Color

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

This div background color is #c828de


#c828de Border Color

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

This div border color is #c828de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c828de


Comments

No comments written yet.

Please login to write comment.