Color Hex Logo

#d018ec Color Hex

#D018EC
(208,24,236)
0 Favorites   0 Comments

Color spaces of #d018ec

RGB 20824236
HSL0.810.850.51
HSV292°90°93°
CMYK 0.120.900.00   0.07
XYZ41.479420.119381.0541
Yxy20.11930.29080.1410
Hunter Lab44.854586.5731-75.7414
CIE-Lab51.971886.2759-64.0671

#d018ec color RGB value is (208,24,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 00011000 11101100
Octal 320 30 354
Decimal 208 24 236
Hex D0 18 EC

RGB Percentages of Color #d018ec

%44.44
%5.13
%50.43

CMYK Percentages of Color #d018ec

%12
%90
%0
%7

Triadic Colors of #d018ec

#d018ec #ecd018 #18ecd0

Analogous Colors of #d018ec

#d018ec #ec189e #6618ec

Monochromatic Colors of #d018ec

#d018ec

Complementary Color

#d018ec #34ec18

#d018ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d018ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#d018ec Color CSS Codes

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

#d018ec Text Font Color

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

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


#d018ec Background Color

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

This div background color is #d018ec


#d018ec Border Color

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

This div border color is #d018ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d018ec


Comments

No comments written yet.

Please login to write comment.