Color Hex Logo

#d072ec Color Hex

#D072EC
(208,114,236)
0 Favorites   0 Comments

Color spaces of #d072ec

RGB 208114236
HSL0.800.760.69
HSV286°52°93°
CMYK 0.120.520.00   0.07
XYZ47.170131.500782.9510
Yxy31.50070.29190.1949
Hunter Lab56.125551.7989-48.3402
CIE-Lab62.928155.6570-46.5801

#d072ec color RGB value is (208,114,236).

#d072ec hex color red value is 208, green value is 114 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #d072ec hue: 0.80 , saturation: 0.76 and the lightness value of d072ec is 0.69.

The process color (four color CMYK) of #d072ec color hex is 0.12, 0.52, 0.00, 0.07. Web safe color of #d072ec is #cc66ff. Color #d072ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01110010 11101100
Octal 320 162 354
Decimal 208 114 236
Hex D0 72 EC

RGB Percentages of Color #d072ec

%37.28
%20.43
%42.29

CMYK Percentages of Color #d072ec

%12
%52
%0
%7

Triadic Colors of #d072ec

#d072ec #ecd072 #72ecd0

Analogous Colors of #d072ec

#d072ec #ec72cb #9372ec

Monochromatic Colors of #d072ec

#d072ec

Complementary Color

#d072ec #8eec72

#d072ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d072ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#d072ec Color CSS Codes

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

#d072ec Text Font Color

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

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


#d072ec Background Color

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

This div background color is #d072ec


#d072ec Border Color

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

This div border color is #d072ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d072ec


Comments

No comments written yet.

Please login to write comment.