Color Hex Logo

#d874ec Color Hex

#D874EC
(216,116,236)
0 Favorites   0 Comments

Color spaces of #d874ec

RGB 216116236
HSL0.810.760.69
HSV290°51°93°
CMYK 0.080.510.00   0.07
XYZ49.704633.145883.1349
Yxy33.14580.29950.1997
Hunter Lab57.572453.3547-45.3145
CIE-Lab64.278856.8016-44.3861

#d874ec color RGB value is (216,116,236).

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

The process color (four color CMYK) of #d874ec color hex is 0.08, 0.51, 0.00, 0.07. Web safe color of #d874ec is #cc66ff. Color #d874ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 01110100 11101100
Octal 330 164 354
Decimal 216 116 236
Hex D8 74 EC

RGB Percentages of Color #d874ec

%38.03
%20.42
%41.55

CMYK Percentages of Color #d874ec

%8
%51
%0
%7

Triadic Colors of #d874ec

#d874ec #ecd874 #74ecd8

Analogous Colors of #d874ec

#d874ec #ec74c4 #9c74ec

Monochromatic Colors of #d874ec

#d874ec

Complementary Color

#d874ec #88ec74

#d874ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d874ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#d874ec Color CSS Codes

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

#d874ec Text Font Color

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

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


#d874ec Background Color

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

This div background color is #d874ec


#d874ec Border Color

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

This div border color is #d874ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d874ec


Comments

No comments written yet.

Please login to write comment.