Color Hex Logo

#d088fb Color Hex

#D088FB
(208,136,251)
0 Favorites   0 Comments

Color spaces of #d088fb

RGB 208136251
HSL0.770.930.76
HSV278°46°98°
CMYK 0.170.460.00   0.02
XYZ52.229237.983395.8455
Yxy37.98330.28070.2041
Hunter Lab61.630643.4173-49.0641
CIE-Lab68.008347.4340-46.8339

#d088fb color RGB value is (208,136,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 10001000 11111011
Octal 320 210 373
Decimal 208 136 251
Hex D0 88 FB

RGB Percentages of Color #d088fb

%34.96
%22.86
%42.18

CMYK Percentages of Color #d088fb

%17
%46
%0
%2

Triadic Colors of #d088fb

#d088fb #fbd088 #88fbd0

Analogous Colors of #d088fb

#d088fb #fb88ed #9788fb

Monochromatic Colors of #d088fb

#d088fb

Complementary Color

#d088fb #b3fb88

#d088fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d088fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d088fb Color CSS Codes

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

#d088fb Text Font Color

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

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


#d088fb Background Color

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

This div background color is #d088fb


#d088fb Border Color

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

This div border color is #d088fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d088fb

Related Colors


Comments

No comments written yet.

Please login to write comment.