Color Hex Logo

#d250ff Color Hex

#D250FF
(210,80,255)
0 Favorites   0 Comments

Color spaces of #d250ff

RGB 21080255
HSL0.791.000.66
HSV285°69°100°
CMYK 0.180.690.00   0.00
XYZ47.497026.659097.2501
Yxy26.65900.27710.1555
Hunter Lab51.632473.8469-75.5307
CIE-Lab58.657474.9775-63.8880

#d250ff color RGB value is (210,80,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 01010000 11111111
Octal 322 120 377
Decimal 210 80 255
Hex D2 50 FF

RGB Percentages of Color #d250ff

%38.53
%14.68
%46.79

CMYK Percentages of Color #d250ff

%18
%69
%0
%0

Triadic Colors of #d250ff

#d250ff #ffd250 #50ffd2

Analogous Colors of #d250ff

#d250ff #ff50d5 #7b50ff

Monochromatic Colors of #d250ff

#d250ff

Complementary Color

#d250ff #7dff50

#d250ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d250ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d250ff Color CSS Codes

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

#d250ff Text Font Color

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

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


#d250ff Background Color

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

This div background color is #d250ff


#d250ff Border Color

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

This div border color is #d250ff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(210,80,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 #d250ff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d250ff

Related Colors


Comments

No comments written yet.

Please login to write comment.