Color Hex Logo

#d25bdf Color Hex

#D25BDF
(210,91,223)
0 Favorites   0 Comments

Color spaces of #d25bdf

RGB 21091223
HSL0.820.670.62
HSV294°59°87°
CMYK 0.060.590.00   0.13
XYZ43.638726.511572.6293
Yxy26.51150.30560.1857
Hunter Lab51.489361.1776-47.5902
CIE-Lab58.519464.5236-46.2669

#d25bdf color RGB value is (210,91,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 01011011 11011111
Octal 322 133 337
Decimal 210 91 223
Hex D2 5B DF

RGB Percentages of Color #d25bdf

%40.08
%17.37
%42.56

CMYK Percentages of Color #d25bdf

%6
%59
%0
%13

Triadic Colors of #d25bdf

#d25bdf #dfd25b #5bdfd2

Analogous Colors of #d25bdf

#d25bdf #df5baa #905bdf

Monochromatic Colors of #d25bdf

#d25bdf

Complementary Color

#d25bdf #68df5b

#d25bdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d25bdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d25bdf Color CSS Codes

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

#d25bdf Text Font Color

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

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


#d25bdf Background Color

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

This div background color is #d25bdf


#d25bdf Border Color

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

This div border color is #d25bdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d25bdf


Comments

No comments written yet.

Please login to write comment.