Color Hex Logo

#d255de Color Hex

#D255DE
(210,85,222)
0 Favorites   0 Comments

Color spaces of #d255de

RGB 21085222
HSL0.820.670.60
HSV295°62°87°
CMYK 0.050.620.00   0.13
XYZ43.011725.472671.7570
Yxy25.47260.30670.1816
Hunter Lab50.470463.7975-48.9671
CIE-Lab57.533066.9190-47.2652

#d255de color RGB value is (210,85,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 01010101 11011110
Octal 322 125 336
Decimal 210 85 222
Hex D2 55 DE

RGB Percentages of Color #d255de

%40.62
%16.44
%42.94

CMYK Percentages of Color #d255de

%5
%62
%0
%13

Triadic Colors of #d255de

#d255de #ded255 #55ded2

Analogous Colors of #d255de

#d255de #de55a6 #8e55de

Monochromatic Colors of #d255de

#d255de

Complementary Color

#d255de #61de55

#d255de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d255de Color Preview on White Background

Lorem ipsum dolor sit amet.

#d255de Color CSS Codes

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

#d255de Text Font Color

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

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


#d255de Background Color

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

This div background color is #d255de


#d255de Border Color

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

This div border color is #d255de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d255de


Comments

No comments written yet.

Please login to write comment.