Color Hex Logo

#d158ea Color Hex

#D158EA
(209,88,234)
0 Favorites   0 Comments

Color spaces of #d158ea

RGB 20988234
HSL0.800.780.63
HSV290°62°92°
CMYK 0.110.620.00   0.08
XYZ44.635526.475380.5996
Yxy26.47530.29420.1745
Hunter Lab51.454264.8006-56.8560
CIE-Lab58.485567.5847-52.4972

#d158ea color RGB value is (209,88,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 01011000 11101010
Octal 321 130 352
Decimal 209 88 234
Hex D1 58 EA

RGB Percentages of Color #d158ea

%39.36
%16.57
%44.07

CMYK Percentages of Color #d158ea

%11
%62
%0
%8

Triadic Colors of #d158ea

#d158ea #ead158 #58ead1

Analogous Colors of #d158ea

#d158ea #ea58ba #8858ea

Monochromatic Colors of #d158ea

#d158ea

Complementary Color

#d158ea #71ea58

#d158ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d158ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#d158ea Color CSS Codes

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

#d158ea Text Font Color

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

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


#d158ea Background Color

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

This div background color is #d158ea


#d158ea Border Color

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

This div border color is #d158ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d158ea


Comments

No comments written yet.

Please login to write comment.