Color Hex Logo

#d058ce Color Hex

#D058CE
(208,88,206)
0 Favorites   0 Comments

Color spaces of #d058ce

RGB 20888206
HSL0.840.560.58
HSV301°58°82°
CMYK 0.000.580.01   0.18
XYZ40.642724.845661.0461
Yxy24.84560.32120.1964
Hunter Lab49.845458.3152-37.7213
CIE-Lab56.924762.3601-39.1837

#d058ce color RGB value is (208,88,206).

#d058ce hex color red value is 208, green value is 88 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #d058ce hue: 0.84 , saturation: 0.56 and the lightness value of d058ce is 0.58.

The process color (four color CMYK) of #d058ce color hex is 0.00, 0.58, 0.01, 0.18. Web safe color of #d058ce is #cc66cc. Color #d058ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01011000 11001110
Octal 320 130 316
Decimal 208 88 206
Hex D0 58 CE

RGB Percentages of Color #d058ce

%41.43
%17.53
%41.04

CMYK Percentages of Color #d058ce

%0
%58
%1
%18

Triadic Colors of #d058ce

#d058ce #ced058 #58ced0

Analogous Colors of #d058ce

#d058ce #d05892 #9658d0

Monochromatic Colors of #d058ce

#d058ce

Complementary Color

#d058ce #58d05a

#d058ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d058ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#d058ce Color CSS Codes

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

#d058ce Text Font Color

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

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


#d058ce Background Color

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

This div background color is #d058ce


#d058ce Border Color

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

This div border color is #d058ce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,88,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d058ce


Comments

No comments written yet.

Please login to write comment.