Color Hex Logo

#d018ed Color Hex

#D018ED
(208,24,237)
0 Favorites   0 Comments

Color spaces of #d018ed

RGB 20824237
HSL0.810.860.51
HSV292°90°93°
CMYK 0.120.900.00   0.07
XYZ41.625120.177681.8215
Yxy20.17760.28980.1405
Hunter Lab44.919586.7998-76.5540
CIE-Lab52.037486.4368-64.5242

#d018ed color RGB value is (208,24,237).

#d018ed hex color red value is 208, green value is 24 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #d018ed hue: 0.81 , saturation: 0.86 and the lightness value of d018ed is 0.51.

The process color (four color CMYK) of #d018ed color hex is 0.12, 0.90, 0.00, 0.07. Web safe color of #d018ed is #cc00ff. Color #d018ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00011000 11101101
Octal 320 30 355
Decimal 208 24 237
Hex D0 18 ED

RGB Percentages of Color #d018ed

%44.35
%5.12
%50.53

CMYK Percentages of Color #d018ed

%12
%90
%0
%7

Triadic Colors of #d018ed

#d018ed #edd018 #18edd0

Analogous Colors of #d018ed

#d018ed #ed18a0 #6618ed

Monochromatic Colors of #d018ed

#d018ed

Complementary Color

#d018ed #35ed18

#d018ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d018ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#d018ed Color CSS Codes

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

#d018ed Text Font Color

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

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


#d018ed Background Color

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

This div background color is #d018ed


#d018ed Border Color

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

This div border color is #d018ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d018ed


Comments

No comments written yet.

Please login to write comment.