Color Hex Logo

#d083fb Color Hex

#D083FB
(208,131,251)
0 Favorites   0 Comments

Color spaces of #d083fb

RGB 208131251
HSL0.770.940.75
HSV279°48°98°
CMYK 0.170.480.00   0.02
XYZ51.541336.607595.6162
Yxy36.60750.28050.1992
Hunter Lab60.504146.1755-51.3446
CIE-Lab66.981550.0539-48.4512

#d083fb color RGB value is (208,131,251).

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

The process color (four color CMYK) of #d083fb color hex is 0.17, 0.48, 0.00, 0.02. Web safe color of #d083fb is #cc99ff. Color #d083fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 10000011 11111011
Octal 320 203 373
Decimal 208 131 251
Hex D0 83 FB

RGB Percentages of Color #d083fb

%35.25
%22.20
%42.54

CMYK Percentages of Color #d083fb

%17
%48
%0
%2

Triadic Colors of #d083fb

#d083fb #fbd083 #83fbd0

Analogous Colors of #d083fb

#d083fb #fb83ea #9483fb

Monochromatic Colors of #d083fb

#d083fb

Complementary Color

#d083fb #aefb83

#d083fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d083fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d083fb Color CSS Codes

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

#d083fb Text Font Color

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

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


#d083fb Background Color

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

This div background color is #d083fb


#d083fb Border Color

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

This div border color is #d083fb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,131,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d083fb


Comments

No comments written yet.

Please login to write comment.