Color Hex Logo

#d200ed Color Hex

#D200ED
(210,0,237)
0 Favorites   0 Comments

Color spaces of #d200ed

RGB 2100237
HSL0.811.000.46
HSV293°100°93°
CMYK 0.111.000.00   0.07
XYZ41.864419.816181.7391
Yxy19.81610.29190.1382
Hunter Lab44.515389.9686-77.7078
CIE-Lab51.628688.9249-65.1679

#d200ed color RGB value is (210,0,237).

#d200ed hex color red value is 210, green value is 0 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #d200ed hue: 0.81 , saturation: 1.00 and the lightness value of d200ed is 0.46.

The process color (four color CMYK) of #d200ed color hex is 0.11, 1.00, 0.00, 0.07. Web safe color of #d200ed is #cc00ff. Color #d200ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 00000000 11101101
Octal 322 0 355
Decimal 210 0 237
Hex D2 0 ED

RGB Percentages of Color #d200ed

%46.98
%0.00
%53.02

CMYK Percentages of Color #d200ed

%11
%100
%0
%7

Triadic Colors of #d200ed

#d200ed #edd200 #00edd2

Analogous Colors of #d200ed

#d200ed #ed0092 #5c00ed

Monochromatic Colors of #d200ed

#d200ed

Complementary Color

#d200ed #1bed00

#d200ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d200ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#d200ed Color CSS Codes

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

#d200ed Text Font Color

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

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


#d200ed Background Color

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

This div background color is #d200ed


#d200ed Border Color

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

This div border color is #d200ed


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(210,0,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d200ed; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d200ed;
  -webkit-box-shadow: 1px 1px 3px 2px #d200ed;
  box-shadow:         1px 1px 3px 2px #d200ed; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(210,0,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d200ed


Comments

No comments written yet.

Please login to write comment.