Color Hex Logo

#d474ee Color Hex

#D474EE
(212,116,238)
0 Favorites   0 Comments

Color spaces of #d474ee

RGB 212116238
HSL0.800.780.69
HSV287°51°93°
CMYK 0.110.510.00   0.07
XYZ48.829432.660984.6195
Yxy32.66090.29400.1966
Hunter Lab57.149752.5005-47.7837
CIE-Lab63.885456.1189-46.1461

#d474ee color RGB value is (212,116,238).

#d474ee hex color red value is 212, green value is 116 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #d474ee hue: 0.80 , saturation: 0.78 and the lightness value of d474ee is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 01110100 11101110
Octal 324 164 356
Decimal 212 116 238
Hex D4 74 EE

RGB Percentages of Color #d474ee

%37.46
%20.49
%42.05

CMYK Percentages of Color #d474ee

%11
%51
%0
%7

Triadic Colors of #d474ee

#d474ee #eed474 #74eed4

Analogous Colors of #d474ee

#d474ee #ee74cb #9774ee

Monochromatic Colors of #d474ee

#d474ee

Complementary Color

#d474ee #8eee74

#d474ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d474ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#d474ee Color CSS Codes

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

#d474ee Text Font Color

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

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


#d474ee Background Color

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

This div background color is #d474ee


#d474ee Border Color

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

This div border color is #d474ee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(212,116,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d474ee


Comments

No comments written yet.

Please login to write comment.