Color Hex Logo

#d08aff Color Hex

#D08AFF
(208,138,255)
0 Favorites   0 Comments

Color spaces of #d08aff

RGB 208138255
HSL0.771.000.77
HSV276°46°100°
CMYK 0.180.460.00   0.00
XYZ53.150938.806999.2969
Yxy38.80690.27790.2029
Hunter Lab62.295243.2815-50.9001
CIE-Lab68.611247.2305-48.0681

#d08aff color RGB value is (208,138,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 10001010 11111111
Octal 320 212 377
Decimal 208 138 255
Hex D0 8A FF

RGB Percentages of Color #d08aff

%34.61
%22.96
%42.43

CMYK Percentages of Color #d08aff

%18
%46
%0
%0

Triadic Colors of #d08aff

#d08aff #ffd08a #8affd0

Analogous Colors of #d08aff

#d08aff #ff8af4 #968aff

Monochromatic Colors of #d08aff

#d08aff

Complementary Color

#d08aff #b9ff8a

#d08aff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d08aff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d08aff Color CSS Codes

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

#d08aff Text Font Color

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

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


#d08aff Background Color

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

This div background color is #d08aff


#d08aff Border Color

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

This div border color is #d08aff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d08aff

Related Colors


Comments

No comments written yet.

Please login to write comment.