Color Hex Logo

#c828dd Color Hex

#C828DD
(200,40,221)
0 Favorites   0 Comments

Color spaces of #c828dd

RGB 20040221
HSL0.810.730.51
HSV293°82°87°
CMYK 0.100.820.00   0.13
XYZ37.629419.017470.0941
Yxy19.01740.29690.1500
Hunter Lab43.608977.7089-64.7725
CIE-Lab50.707679.6085-57.6783

#c828dd color RGB value is (200,40,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 00101000 11011101
Octal 310 50 335
Decimal 200 40 221
Hex C8 28 DD

RGB Percentages of Color #c828dd

%43.38
%8.68
%47.94

CMYK Percentages of Color #c828dd

%10
%82
%0
%13

Triadic Colors of #c828dd

#c828dd #ddc828 #28ddc8

Analogous Colors of #c828dd

#c828dd #dd2898 #6e28dd

Monochromatic Colors of #c828dd

#c828dd

Complementary Color

#c828dd #3ddd28

#c828dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c828dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c828dd Color CSS Codes

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

#c828dd Text Font Color

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

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


#c828dd Background Color

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

This div background color is #c828dd


#c828dd Border Color

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

This div border color is #c828dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c828dd


Comments

No comments written yet.

Please login to write comment.