Color Hex Logo

#d450ee Color Hex

#D450EE
(212,80,238)
0 Favorites   0 Comments

Color spaces of #d450ee

RGB 21280238
HSL0.810.820.62
HSV290°66°93°
CMYK 0.110.660.00   0.07
XYZ45.452725.907483.4939
Yxy25.90740.29350.1673
Hunter Lab50.899370.3253-61.6282
CIE-Lab57.949172.2544-55.5622

#d450ee color RGB value is (212,80,238).

#d450ee hex color red value is 212, green value is 80 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #d450ee hue: 0.81 , saturation: 0.82 and the lightness value of d450ee is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 01010000 11101110
Octal 324 120 356
Decimal 212 80 238
Hex D4 50 EE

RGB Percentages of Color #d450ee

%40.00
%15.09
%44.91

CMYK Percentages of Color #d450ee

%11
%66
%0
%7

Triadic Colors of #d450ee

#d450ee #eed450 #50eed4

Analogous Colors of #d450ee

#d450ee #ee50b9 #8550ee

Monochromatic Colors of #d450ee

#d450ee

Complementary Color

#d450ee #6aee50

#d450ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d450ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#d450ee Color CSS Codes

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

#d450ee Text Font Color

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

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


#d450ee Background Color

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

This div background color is #d450ee


#d450ee Border Color

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

This div border color is #d450ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d450ee


Comments

No comments written yet.

Please login to write comment.