Color Hex Logo

#d280ff Color Hex

#D280FF
(210,128,255)
1 Favorites   0 Comments

Color spaces of #d280ff

RGB 210128255
HSL0.771.000.75
HSV279°50°100°
CMYK 0.180.500.00   0.00
XYZ52.347536.360098.8669
Yxy36.36000.27910.1938
Hunter Lab60.299349.4372-55.0026
CIE-Lab66.794152.9767-50.9207

#d280ff color RGB value is (210,128,255).

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

The process color (four color CMYK) of #d280ff color hex is 0.18, 0.50, 0.00, 0.00. Web safe color of #d280ff is #cc99ff. Color #d280ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 10000000 11111111
Octal 322 200 377
Decimal 210 128 255
Hex D2 80 FF

RGB Percentages of Color #d280ff

%35.41
%21.59
%43.00

CMYK Percentages of Color #d280ff

%18
%50
%0
%0

Triadic Colors of #d280ff

#d280ff #ffd280 #80ffd2

Analogous Colors of #d280ff

#d280ff #ff80ed #9380ff

Monochromatic Colors of #d280ff

#d280ff

Complementary Color

#d280ff #adff80

#d280ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d280ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d280ff Color CSS Codes

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

#d280ff Text Font Color

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

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


#d280ff Background Color

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

This div background color is #d280ff


#d280ff Border Color

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

This div border color is #d280ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d280ff

Related Colors


Comments

No comments written yet.

Please login to write comment.