Color Hex Logo

#d018e4 Color Hex

#D018E4
(208,24,228)
0 Favorites   0 Comments

Color spaces of #d018e4

RGB 20824228
HSL0.820.810.49
HSV294°89°89°
CMYK 0.090.890.00   0.11
XYZ40.342619.664675.0681
Yxy19.66460.29870.1456
Hunter Lab44.344884.7867-69.3264
CIE-Lab51.455985.0031-60.3799

#d018e4 color RGB value is (208,24,228).

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

The process color (four color CMYK) of #d018e4 color hex is 0.09, 0.89, 0.00, 0.11. Web safe color of #d018e4 is #cc00cc. Color #d018e4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00011000 11100100
Octal 320 30 344
Decimal 208 24 228
Hex D0 18 E4

RGB Percentages of Color #d018e4

%45.22
%5.22
%49.57

CMYK Percentages of Color #d018e4

%9
%89
%0
%11

Triadic Colors of #d018e4

#d018e4 #e4d018 #18e4d0

Analogous Colors of #d018e4

#d018e4 #e41892 #6a18e4

Monochromatic Colors of #d018e4

#d018e4

Complementary Color

#d018e4 #2ce418

#d018e4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d018e4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d018e4 Color CSS Codes

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

#d018e4 Text Font Color

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

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


#d018e4 Background Color

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

This div background color is #d018e4


#d018e4 Border Color

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

This div border color is #d018e4


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,24,228, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d018e4


Comments

No comments written yet.

Please login to write comment.