Color Hex Logo

#c828da Color Hex

#C828DA
(200,40,218)
0 Favorites   0 Comments

Color spaces of #c828da

RGB 20040218
HSL0.820.710.51
HSV294°82°85°
CMYK 0.080.820.00   0.15
XYZ37.233118.858968.0074
Yxy18.85890.30000.1520
Hunter Lab43.426877.0445-62.4507
CIE-Lab50.521779.1161-56.2677

#c828da color RGB value is (200,40,218).

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

The process color (four color CMYK) of #c828da color hex is 0.08, 0.82, 0.00, 0.15. Web safe color of #c828da is #cc33cc. Color #c828da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 00101000 11011010
Octal 310 50 332
Decimal 200 40 218
Hex C8 28 DA

RGB Percentages of Color #c828da

%43.67
%8.73
%47.60

CMYK Percentages of Color #c828da

%8
%82
%0
%15

Triadic Colors of #c828da

#c828da #dac828 #28dac8

Analogous Colors of #c828da

#c828da #da2893 #6f28da

Monochromatic Colors of #c828da

#c828da

Complementary Color

#c828da #3ada28

#c828da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c828da Color Preview on White Background

Lorem ipsum dolor sit amet.

#c828da Color CSS Codes

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

#c828da Text Font Color

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

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


#c828da Background Color

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

This div background color is #c828da


#c828da Border Color

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

This div border color is #c828da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c828da


Comments

No comments written yet.

Please login to write comment.