Color Hex Logo

#d250eb Color Hex

#D250EB
(210,80,235)
0 Favorites   0 Comments

Color spaces of #d250eb

RGB 21080235
HSL0.810.790.62
HSV290°66°92°
CMYK 0.110.660.00   0.08
XYZ44.442425.437181.1647
Yxy25.43710.29420.1684
Hunter Lab50.435269.0287-60.1100
CIE-Lab57.498871.2762-54.6201

#d250eb color RGB value is (210,80,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 01010000 11101011
Octal 322 120 353
Decimal 210 80 235
Hex D2 50 EB

RGB Percentages of Color #d250eb

%40.00
%15.24
%44.76

CMYK Percentages of Color #d250eb

%11
%66
%0
%8

Triadic Colors of #d250eb

#d250eb #ebd250 #50ebd2

Analogous Colors of #d250eb

#d250eb #eb50b7 #8550eb

Monochromatic Colors of #d250eb

#d250eb

Complementary Color

#d250eb #69eb50

#d250eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d250eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d250eb Color CSS Codes

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

#d250eb Text Font Color

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

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


#d250eb Background Color

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

This div background color is #d250eb


#d250eb Border Color

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

This div border color is #d250eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d250eb


Comments

No comments written yet.

Please login to write comment.