Color Hex Logo

#d25bde Color Hex

#D25BDE
(210,91,222)
0 Favorites   0 Comments

Color spaces of #d25bde

RGB 21091222
HSL0.820.660.61
HSV295°59°87°
CMYK 0.050.590.00   0.13
XYZ43.504226.457771.9212
Yxy26.45770.30660.1865
Hunter Lab51.437060.9561-46.8956
CIE-Lab58.469064.3443-45.7841

#d25bde color RGB value is (210,91,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 01011011 11011110
Octal 322 133 336
Decimal 210 91 222
Hex D2 5B DE

RGB Percentages of Color #d25bde

%40.15
%17.40
%42.45

CMYK Percentages of Color #d25bde

%5
%59
%0
%13

Triadic Colors of #d25bde

#d25bde #ded25b #5bded2

Analogous Colors of #d25bde

#d25bde #de5ba9 #915bde

Monochromatic Colors of #d25bde

#d25bde

Complementary Color

#d25bde #67de5b

#d25bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d25bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#d25bde Color CSS Codes

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

#d25bde Text Font Color

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

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


#d25bde Background Color

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

This div background color is #d25bde


#d25bde Border Color

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

This div border color is #d25bde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d25bde


Comments

No comments written yet.

Please login to write comment.