Color Hex Logo

#d25bda Color Hex

#D25BDA
(210,91,218)
0 Favorites   0 Comments

Color spaces of #d25bda

RGB 21091218
HSL0.820.630.61
HSV296°58°85°
CMYK 0.040.580.00   0.15
XYZ42.974326.245869.1306
Yxy26.24580.31060.1897
Hunter Lab51.230760.0792-44.1444
CIE-Lab58.269663.6327-43.8453

#d25bda color RGB value is (210,91,218).

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

The process color (four color CMYK) of #d25bda color hex is 0.04, 0.58, 0.00, 0.15. Web safe color of #d25bda is #cc66cc. Color #d25bda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 01011011 11011010
Octal 322 133 332
Decimal 210 91 218
Hex D2 5B DA

RGB Percentages of Color #d25bda

%40.46
%17.53
%42.00

CMYK Percentages of Color #d25bda

%4
%58
%0
%15

Triadic Colors of #d25bda

#d25bda #dad25b #5bdad2

Analogous Colors of #d25bda

#d25bda #da5ba3 #935bda

Monochromatic Colors of #d25bda

#d25bda

Complementary Color

#d25bda #63da5b

#d25bda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d25bda Color Preview on White Background

Lorem ipsum dolor sit amet.

#d25bda Color CSS Codes

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

#d25bda Text Font Color

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

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


#d25bda Background Color

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

This div background color is #d25bda


#d25bda Border Color

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

This div border color is #d25bda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d25bda


Comments

No comments written yet.

Please login to write comment.