Color Hex Logo

#d650ea Color Hex

#D650EA
(214,80,234)
0 Favorites   0 Comments

Color spaces of #d650ea

RGB 21480234
HSL0.810.790.62
HSV292°66°92°
CMYK 0.090.660.00   0.08
XYZ45.451525.974080.4598
Yxy25.97400.29920.1710
Hunter Lab50.964770.0022-57.9280
CIE-Lab58.012471.9781-53.2082

#d650ea color RGB value is (214,80,234).

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

The process color (four color CMYK) of #d650ea color hex is 0.09, 0.66, 0.00, 0.08. Web safe color of #d650ea is #cc66ff. Color #d650ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 01010000 11101010
Octal 326 120 352
Decimal 214 80 234
Hex D6 50 EA

RGB Percentages of Color #d650ea

%40.53
%15.15
%44.32

CMYK Percentages of Color #d650ea

%9
%66
%0
%8

Triadic Colors of #d650ea

#d650ea #ead650 #50ead6

Analogous Colors of #d650ea

#d650ea #ea50b1 #8950ea

Monochromatic Colors of #d650ea

#d650ea

Complementary Color

#d650ea #64ea50

#d650ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d650ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#d650ea Color CSS Codes

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

#d650ea Text Font Color

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

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


#d650ea Background Color

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

This div background color is #d650ea


#d650ea Border Color

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

This div border color is #d650ea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(214,80,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d650ea


Comments

No comments written yet.

Please login to write comment.