Color Hex Logo

#d25fff Color Hex

#D25FFF
(210,95,255)
0 Favorites   0 Comments

Color spaces of #d25fff

RGB 21095255
HSL0.791.000.69
HSV283°63°100°
CMYK 0.180.630.00   0.00
XYZ48.720629.106197.6579
Yxy29.10610.27760.1659
Hunter Lab53.950166.7851-69.5589
CIE-Lab60.875268.7964-60.3330

#d25fff color RGB value is (210,95,255).

#d25fff hex color red value is 210, green value is 95 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #d25fff hue: 0.79 , saturation: 1.00 and the lightness value of d25fff is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 01011111 11111111
Octal 322 137 377
Decimal 210 95 255
Hex D2 5F FF

RGB Percentages of Color #d25fff

%37.50
%16.96
%45.54

CMYK Percentages of Color #d25fff

%18
%63
%0
%0

Triadic Colors of #d25fff

#d25fff #ffd25f #5fffd2

Analogous Colors of #d25fff

#d25fff #ff5fdc #825fff

Monochromatic Colors of #d25fff

#d25fff

Complementary Color

#d25fff #8cff5f

#d25fff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d25fff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d25fff Color CSS Codes

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

#d25fff Text Font Color

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

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


#d25fff Background Color

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

This div background color is #d25fff


#d25fff Border Color

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

This div border color is #d25fff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d25fff

Related Colors


Comments

No comments written yet.

Please login to write comment.