Color Hex Logo

#d84cec Color Hex

#D84CEC
(216,76,236)
0 Favorites   0 Comments

Color spaces of #d84cec

RGB 21676236
HSL0.810.810.61
HSV293°68°93°
CMYK 0.080.680.00   0.07
XYZ46.043725.823981.9146
Yxy25.82390.29940.1679
Hunter Lab50.817272.8024-60.0002
CIE-Lab57.869574.2846-54.5378

#d84cec color RGB value is (216,76,236).

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

The process color (four color CMYK) of #d84cec color hex is 0.08, 0.68, 0.00, 0.07. Web safe color of #d84cec is #cc33ff. Color #d84cec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 01001100 11101100
Octal 330 114 354
Decimal 216 76 236
Hex D8 4C EC

RGB Percentages of Color #d84cec

%40.91
%14.39
%44.70

CMYK Percentages of Color #d84cec

%8
%68
%0
%7

Triadic Colors of #d84cec

#d84cec #ecd84c #4cecd8

Analogous Colors of #d84cec

#d84cec #ec4cb0 #884cec

Monochromatic Colors of #d84cec

#d84cec

Complementary Color

#d84cec #60ec4c

#d84cec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d84cec Color Preview on White Background

Lorem ipsum dolor sit amet.

#d84cec Color CSS Codes

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

#d84cec Text Font Color

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

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


#d84cec Background Color

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

This div background color is #d84cec


#d84cec Border Color

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

This div border color is #d84cec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d84cec


Comments

No comments written yet.

Please login to write comment.