Color Hex Logo

#d081be Color Hex

#D081BE
(208,129,190)
0 Favorites   0 Comments

Color spaces of #d081be

RGB 208129190
HSL0.870.460.66
HSV314°38°82°
CMYK 0.000.380.09   0.18
XYZ43.156932.828152.7770
Yxy32.82810.33520.2550
Hunter Lab57.295834.1838-14.5068
CIE-Lab64.021539.3830-19.1375

#d081be color RGB value is (208,129,190).

#d081be hex color red value is 208, green value is 129 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #d081be hue: 0.87 , saturation: 0.46 and the lightness value of d081be is 0.66.

The process color (four color CMYK) of #d081be color hex is 0.00, 0.38, 0.09, 0.18. Web safe color of #d081be is #cc99cc. Color #d081be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 10000001 10111110
Octal 320 201 276
Decimal 208 129 190
Hex D0 81 BE

RGB Percentages of Color #d081be

%39.47
%24.48
%36.05

CMYK Percentages of Color #d081be

%0
%38
%9
%18

Triadic Colors of #d081be

#d081be #bed081 #81bed0

Analogous Colors of #d081be

#d081be #d08197 #bb81d0

Monochromatic Colors of #d081be

#d081be

Complementary Color

#d081be #81d093

#d081be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d081be Color Preview on White Background

Lorem ipsum dolor sit amet.

#d081be Color CSS Codes

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

#d081be Text Font Color

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

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


#d081be Background Color

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

This div background color is #d081be


#d081be Border Color

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

This div border color is #d081be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d081be


Comments

No comments written yet.

Please login to write comment.