Color Hex Logo

#d08ffc Color Hex

#D08FFC
(208,143,252)
0 Favorites   0 Comments

Color spaces of #d08ffc

RGB 208143252
HSL0.770.950.77
HSV276°43°99°
CMYK 0.170.430.00   0.01
XYZ53.405640.083197.0175
Yxy40.08310.28030.2104
Hunter Lab63.311239.7774-46.5376
CIE-Lab69.528743.9326-44.9906

#d08ffc color RGB value is (208,143,252).

#d08ffc hex color red value is 208, green value is 143 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #d08ffc hue: 0.77 , saturation: 0.95 and the lightness value of d08ffc is 0.77.

The process color (four color CMYK) of #d08ffc color hex is 0.17, 0.43, 0.00, 0.01. Web safe color of #d08ffc is #cc99ff. Color #d08ffc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 10001111 11111100
Octal 320 217 374
Decimal 208 143 252
Hex D0 8F FC

RGB Percentages of Color #d08ffc

%34.49
%23.71
%41.79

CMYK Percentages of Color #d08ffc

%17
%43
%0
%1

Triadic Colors of #d08ffc

#d08ffc #fcd08f #8ffcd0

Analogous Colors of #d08ffc

#d08ffc #fc8ff2 #9a8ffc

Monochromatic Colors of #d08ffc

#d08ffc

Complementary Color

#d08ffc #bbfc8f

#d08ffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d08ffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d08ffc Color CSS Codes

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

#d08ffc Text Font Color

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

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


#d08ffc Background Color

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

This div background color is #d08ffc


#d08ffc Border Color

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

This div border color is #d08ffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d08ffc


Comments

No comments written yet.

Please login to write comment.