Color Hex Logo

#d758ce Color Hex

#D758CE
(215,88,206)
0 Favorites   0 Comments

Color spaces of #d758ce

RGB 21588206
HSL0.850.610.59
HSV304°59°84°
CMYK 0.000.590.04   0.16
XYZ42.654625.882861.1402
Yxy25.88280.32890.1996
Hunter Lab50.875160.6260-35.6403
CIE-Lab57.925664.1614-37.5426

#d758ce color RGB value is (215,88,206).

#d758ce hex color red value is 215, green value is 88 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #d758ce hue: 0.85 , saturation: 0.61 and the lightness value of d758ce is 0.59.

The process color (four color CMYK) of #d758ce color hex is 0.00, 0.59, 0.04, 0.16. Web safe color of #d758ce is #cc66cc. Color #d758ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 01011000 11001110
Octal 327 130 316
Decimal 215 88 206
Hex D7 58 CE

RGB Percentages of Color #d758ce

%42.24
%17.29
%40.47

CMYK Percentages of Color #d758ce

%0
%59
%4
%16

Triadic Colors of #d758ce

#d758ce #ced758 #58ced7

Analogous Colors of #d758ce

#d758ce #d7588f #a158d7

Monochromatic Colors of #d758ce

#d758ce

Complementary Color

#d758ce #58d761

#d758ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d758ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#d758ce Color CSS Codes

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

#d758ce Text Font Color

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

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


#d758ce Background Color

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

This div background color is #d758ce


#d758ce Border Color

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

This div border color is #d758ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d758ce


Comments

No comments written yet.

Please login to write comment.