Color Hex Logo

#d089fd Color Hex

#D089FD
(208,137,253)
0 Favorites   0 Comments

Color spaces of #d089fd

RGB 208137253
HSL0.770.970.76
HSV277°46°99°
CMYK 0.180.460.00   0.01
XYZ52.687738.393197.5622
Yxy38.39310.27930.2035
Hunter Lab61.962243.3484-49.9812
CIE-Lab68.309347.3313-47.4524

#d089fd color RGB value is (208,137,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 10001001 11111101
Octal 320 211 375
Decimal 208 137 253
Hex D0 89 FD

RGB Percentages of Color #d089fd

%34.78
%22.91
%42.31

CMYK Percentages of Color #d089fd

%18
%46
%0
%1

Triadic Colors of #d089fd

#d089fd #fdd089 #89fdd0

Analogous Colors of #d089fd

#d089fd #fd89f0 #9689fd

Monochromatic Colors of #d089fd

#d089fd

Complementary Color

#d089fd #b6fd89

#d089fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d089fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d089fd Color CSS Codes

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

#d089fd Text Font Color

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

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


#d089fd Background Color

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

This div background color is #d089fd


#d089fd Border Color

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

This div border color is #d089fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d089fd

Related Colors


Comments

No comments written yet.

Please login to write comment.