Color Hex Logo

#d258eb Color Hex

#D258EB
(210,88,235)
0 Favorites   0 Comments

Color spaces of #d258eb

RGB 21088235
HSL0.800.790.63
HSV290°63°92°
CMYK 0.110.630.00   0.08
XYZ45.063526.679281.3718
Yxy26.67920.29430.1742
Hunter Lab51.651965.3408-57.2484
CIE-Lab58.676268.0009-52.7443

#d258eb color RGB value is (210,88,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 01011000 11101011
Octal 322 130 353
Decimal 210 88 235
Hex D2 58 EB

RGB Percentages of Color #d258eb

%39.40
%16.51
%44.09

CMYK Percentages of Color #d258eb

%11
%63
%0
%8

Triadic Colors of #d258eb

#d258eb #ebd258 #58ebd2

Analogous Colors of #d258eb

#d258eb #eb58bb #8958eb

Monochromatic Colors of #d258eb

#d258eb

Complementary Color

#d258eb #71eb58

#d258eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d258eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d258eb Color CSS Codes

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

#d258eb Text Font Color

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

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


#d258eb Background Color

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

This div background color is #d258eb


#d258eb Border Color

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

This div border color is #d258eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d258eb


Comments

No comments written yet.

Please login to write comment.