Color Hex Logo

#d25aef Color Hex

#D25AEF
(210,90,239)
0 Favorites   0 Comments

Color spaces of #d25aef

RGB 21090239
HSL0.800.820.65
HSV288°62°94°
CMYK 0.120.620.00   0.06
XYZ45.814527.246084.5057
Yxy27.24600.29080.1729
Hunter Lab52.197765.3254-59.4494
CIE-Lab59.201367.8913-54.1396

#d25aef color RGB value is (210,90,239).

#d25aef hex color red value is 210, green value is 90 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #d25aef hue: 0.80 , saturation: 0.82 and the lightness value of d25aef is 0.65.

The process color (four color CMYK) of #d25aef color hex is 0.12, 0.62, 0.00, 0.06. Web safe color of #d25aef is #cc66ff. Color #d25aef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 01011010 11101111
Octal 322 132 357
Decimal 210 90 239
Hex D2 5A EF

RGB Percentages of Color #d25aef

%38.96
%16.70
%44.34

CMYK Percentages of Color #d25aef

%12
%62
%0
%6

Triadic Colors of #d25aef

#d25aef #efd25a #5aefd2

Analogous Colors of #d25aef

#d25aef #ef5ac2 #885aef

Monochromatic Colors of #d25aef

#d25aef

Complementary Color

#d25aef #77ef5a

#d25aef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d25aef Color Preview on White Background

Lorem ipsum dolor sit amet.

#d25aef Color CSS Codes

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

#d25aef Text Font Color

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

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


#d25aef Background Color

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

This div background color is #d25aef


#d25aef Border Color

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

This div border color is #d25aef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d25aef


Comments

No comments written yet.

Please login to write comment.