Color Hex Logo

#d450ec Color Hex

#D450EC
(212,80,236)
0 Favorites   0 Comments

Color spaces of #d450ec

RGB 21280236
HSL0.810.800.62
HSV291°66°93°
CMYK 0.100.660.00   0.07
XYZ45.160425.790581.9547
Yxy25.79050.29530.1687
Hunter Lab50.784369.8600-60.1319
CIE-Lab57.837771.8946-54.6224

#d450ec color RGB value is (212,80,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 01010000 11101100
Octal 324 120 354
Decimal 212 80 236
Hex D4 50 EC

RGB Percentages of Color #d450ec

%40.15
%15.15
%44.70

CMYK Percentages of Color #d450ec

%10
%66
%0
%7

Triadic Colors of #d450ec

#d450ec #ecd450 #50ecd4

Analogous Colors of #d450ec

#d450ec #ec50b6 #8650ec

Monochromatic Colors of #d450ec

#d450ec

Complementary Color

#d450ec #68ec50

#d450ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d450ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#d450ec Color CSS Codes

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

#d450ec Text Font Color

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

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


#d450ec Background Color

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

This div background color is #d450ec


#d450ec Border Color

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

This div border color is #d450ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d450ec


Comments

No comments written yet.

Please login to write comment.