Color Hex Logo

#d258de Color Hex

#D258DE
(210,88,222)
0 Favorites   0 Comments

Color spaces of #d258de

RGB 21088222
HSL0.820.670.61
HSV295°60°87°
CMYK 0.050.600.00   0.13
XYZ43.252925.955071.8374
Yxy25.95500.30670.1840
Hunter Lab50.946062.3899-47.9407
CIE-Lab57.994365.6469-46.5349

#d258de color RGB value is (210,88,222).

#d258de hex color red value is 210, green value is 88 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #d258de hue: 0.82 , saturation: 0.67 and the lightness value of d258de is 0.61.

The process color (four color CMYK) of #d258de color hex is 0.05, 0.60, 0.00, 0.13. Web safe color of #d258de is #cc66cc. Color #d258de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 01011000 11011110
Octal 322 130 336
Decimal 210 88 222
Hex D2 58 DE

RGB Percentages of Color #d258de

%40.38
%16.92
%42.69

CMYK Percentages of Color #d258de

%5
%60
%0
%13

Triadic Colors of #d258de

#d258de #ded258 #58ded2

Analogous Colors of #d258de

#d258de #de58a7 #8f58de

Monochromatic Colors of #d258de

#d258de

Complementary Color

#d258de #64de58

#d258de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d258de Color Preview on White Background

Lorem ipsum dolor sit amet.

#d258de Color CSS Codes

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

#d258de Text Font Color

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

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


#d258de Background Color

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

This div background color is #d258de


#d258de Border Color

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

This div border color is #d258de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d258de


Comments

No comments written yet.

Please login to write comment.