Color Hex Logo

#d458ce Color Hex

#D458CE
(212,88,206)
0 Favorites   0 Comments

Color spaces of #d458ce

RGB 21288206
HSL0.840.590.59
HSV303°58°83°
CMYK 0.000.580.03   0.17
XYZ41.781725.432761.0994
Yxy25.43270.32560.1982
Hunter Lab50.430859.6324-36.5311
CIE-Lab57.494663.3900-38.2491

#d458ce color RGB value is (212,88,206).

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

The process color (four color CMYK) of #d458ce color hex is 0.00, 0.58, 0.03, 0.17. Web safe color of #d458ce is #cc66cc. Color #d458ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 01011000 11001110
Octal 324 130 316
Decimal 212 88 206
Hex D4 58 CE

RGB Percentages of Color #d458ce

%41.90
%17.39
%40.71

CMYK Percentages of Color #d458ce

%0
%58
%3
%17

Triadic Colors of #d458ce

#d458ce #ced458 #58ced4

Analogous Colors of #d458ce

#d458ce #d45890 #9c58d4

Monochromatic Colors of #d458ce

#d458ce

Complementary Color

#d458ce #58d45e

#d458ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d458ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#d458ce Color CSS Codes

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

#d458ce Text Font Color

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

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


#d458ce Background Color

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

This div background color is #d458ce


#d458ce Border Color

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

This div border color is #d458ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d458ce


Comments

No comments written yet.

Please login to write comment.