Color Hex Logo

#d84cef Color Hex

#D84CEF
(216,76,239)
0 Favorites   0 Comments

Color spaces of #d84cef

RGB 21676239
HSL0.810.840.62
HSV292°68°94°
CMYK 0.100.680.00   0.06
XYZ46.483325.999884.2299
Yxy25.99980.29660.1659
Hunter Lab50.990073.4910-62.2476
CIE-Lab58.036974.8090-55.9472

#d84cef color RGB value is (216,76,239).

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

The process color (four color CMYK) of #d84cef color hex is 0.10, 0.68, 0.00, 0.06. Web safe color of #d84cef is #cc33ff. Color #d84cef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 01001100 11101111
Octal 330 114 357
Decimal 216 76 239
Hex D8 4C EF

RGB Percentages of Color #d84cef

%40.68
%14.31
%45.01

CMYK Percentages of Color #d84cef

%10
%68
%0
%6

Triadic Colors of #d84cef

#d84cef #efd84c #4cefd8

Analogous Colors of #d84cef

#d84cef #ef4cb5 #874cef

Monochromatic Colors of #d84cef

#d84cef

Complementary Color

#d84cef #63ef4c

#d84cef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d84cef Color Preview on White Background

Lorem ipsum dolor sit amet.

#d84cef Color CSS Codes

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

#d84cef Text Font Color

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

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


#d84cef Background Color

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

This div background color is #d84cef


#d84cef Border Color

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

This div border color is #d84cef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(216,76,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d84cef


Comments

No comments written yet.

Please login to write comment.