Color Hex Logo

#d258ea Color Hex

#D258EA
(210,88,234)
0 Favorites   0 Comments

Color spaces of #d258ea

RGB 21088234
HSL0.810.780.63
HSV290°62°92°
CMYK 0.100.620.00   0.08
XYZ44.919326.621680.6129
Yxy26.62160.29520.1750
Hunter Lab51.596165.1079-56.5164
CIE-Lab58.622467.8164-52.2710

#d258ea color RGB value is (210,88,234).

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

The process color (four color CMYK) of #d258ea color hex is 0.10, 0.62, 0.00, 0.08. Web safe color of #d258ea is #cc66ff. Color #d258ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 01011000 11101010
Octal 322 130 352
Decimal 210 88 234
Hex D2 58 EA

RGB Percentages of Color #d258ea

%39.47
%16.54
%43.98

CMYK Percentages of Color #d258ea

%10
%62
%0
%8

Triadic Colors of #d258ea

#d258ea #ead258 #58ead2

Analogous Colors of #d258ea

#d258ea #ea58b9 #8958ea

Monochromatic Colors of #d258ea

#d258ea

Complementary Color

#d258ea #70ea58

#d258ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d258ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#d258ea Color CSS Codes

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

#d258ea Text Font Color

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

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


#d258ea Background Color

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

This div background color is #d258ea


#d258ea Border Color

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

This div border color is #d258ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d258ea


Comments

No comments written yet.

Please login to write comment.