Color Hex Logo

#d082fe Color Hex

#D082FE
(208,130,254)
0 Favorites   0 Comments

Color spaces of #d082fe

RGB 208130254
HSL0.770.980.75
HSV278°49°100°
CMYK 0.180.490.00   0.00
XYZ51.884436.530998.0825
Yxy36.53090.27820.1959
Hunter Lab60.440847.4590-53.9064
CIE-Lab66.923651.2063-50.1838

#d082fe color RGB value is (208,130,254).

#d082fe hex color red value is 208, green value is 130 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #d082fe hue: 0.77 , saturation: 0.98 and the lightness value of d082fe is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 10000010 11111110
Octal 320 202 376
Decimal 208 130 254
Hex D0 82 FE

RGB Percentages of Color #d082fe

%35.14
%21.96
%42.91

CMYK Percentages of Color #d082fe

%18
%49
%0
%0

Triadic Colors of #d082fe

#d082fe #fed082 #82fed0

Analogous Colors of #d082fe

#d082fe #fe82ee #9282fe

Monochromatic Colors of #d082fe

#d082fe

Complementary Color

#d082fe #b0fe82

#d082fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d082fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d082fe Color CSS Codes

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

#d082fe Text Font Color

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

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


#d082fe Background Color

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

This div background color is #d082fe


#d082fe Border Color

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

This div border color is #d082fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d082fe


Comments

No comments written yet.

Please login to write comment.