Color Hex Logo

#d25efb Color Hex

#D25EFB
(210,94,251)
0 Favorites   0 Comments

Color spaces of #d25efb

RGB 21094251
HSL0.790.950.68
HSV284°63°98°
CMYK 0.160.630.00   0.02
XYZ47.993628.672194.2715
Yxy28.67210.28080.1677
Hunter Lab53.546366.2835-66.9011
CIE-Lab60.491168.4513-58.7394

#d25efb color RGB value is (210,94,251).

#d25efb hex color red value is 210, green value is 94 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #d25efb hue: 0.79 , saturation: 0.95 and the lightness value of d25efb is 0.68.

The process color (four color CMYK) of #d25efb color hex is 0.16, 0.63, 0.00, 0.02. Web safe color of #d25efb is #cc66ff. Color #d25efb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 01011110 11111011
Octal 322 136 373
Decimal 210 94 251
Hex D2 5E FB

RGB Percentages of Color #d25efb

%37.84
%16.94
%45.23

CMYK Percentages of Color #d25efb

%16
%63
%0
%2

Triadic Colors of #d25efb

#d25efb #fbd25e #5efbd2

Analogous Colors of #d25efb

#d25efb #fb5ed6 #845efb

Monochromatic Colors of #d25efb

#d25efb

Complementary Color

#d25efb #87fb5e

#d25efb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d25efb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d25efb Color CSS Codes

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

#d25efb Text Font Color

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

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


#d25efb Background Color

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

This div background color is #d25efb


#d25efb Border Color

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

This div border color is #d25efb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d25efb


Comments

No comments written yet.

Please login to write comment.