Color Hex Logo

#d958ea Color Hex

#D958EA
(217,88,234)
0 Favorites   0 Comments

Color spaces of #d958ea

RGB 21788234
HSL0.810.780.63
HSV293°62°92°
CMYK 0.070.620.00   0.08
XYZ46.956327.671780.7082
Yxy27.67170.30230.1781
Hunter Lab52.603967.2793-54.1437
CIE-Lab59.591069.4420-50.6724

#d958ea color RGB value is (217,88,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 01011000 11101010
Octal 331 130 352
Decimal 217 88 234
Hex D9 58 EA

RGB Percentages of Color #d958ea

%40.26
%16.33
%43.41

CMYK Percentages of Color #d958ea

%7
%62
%0
%8

Triadic Colors of #d958ea

#d958ea #ead958 #58ead9

Analogous Colors of #d958ea

#d958ea #ea58b2 #9058ea

Monochromatic Colors of #d958ea

#d958ea

Complementary Color

#d958ea #69ea58

#d958ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d958ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#d958ea Color CSS Codes

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

#d958ea Text Font Color

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

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


#d958ea Background Color

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

This div background color is #d958ea


#d958ea Border Color

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

This div border color is #d958ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d958ea


Comments

No comments written yet.

Please login to write comment.