Color Hex Logo

#d259fe Color Hex

#D259FE
(210,89,254)
0 Favorites   0 Comments

Color spaces of #d259fe

RGB 21089254
HSL0.790.990.67
HSV284°65°100°
CMYK 0.170.650.00   0.00
XYZ48.040128.002296.6389
Yxy28.00220.27820.1622
Hunter Lab52.917169.4440-71.2353
CIE-Lab59.890771.1679-61.3571

#d259fe color RGB value is (210,89,254).

#d259fe hex color red value is 210, green value is 89 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #d259fe hue: 0.79 , saturation: 0.99 and the lightness value of d259fe is 0.67.

The process color (four color CMYK) of #d259fe color hex is 0.17, 0.65, 0.00, 0.00. Web safe color of #d259fe is #cc66ff. Color #d259fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 01011001 11111110
Octal 322 131 376
Decimal 210 89 254
Hex D2 59 FE

RGB Percentages of Color #d259fe

%37.97
%16.09
%45.93

CMYK Percentages of Color #d259fe

%17
%65
%0
%0

Triadic Colors of #d259fe

#d259fe #fed259 #59fed2

Analogous Colors of #d259fe

#d259fe #fe59d8 #8059fe

Monochromatic Colors of #d259fe

#d259fe

Complementary Color

#d259fe #85fe59

#d259fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d259fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d259fe Color CSS Codes

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

#d259fe Text Font Color

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

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


#d259fe Background Color

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

This div background color is #d259fe


#d259fe Border Color

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

This div border color is #d259fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d259fe

Related Colors


Comments

No comments written yet.

Please login to write comment.