Color Hex Logo

#d07ffc Color Hex

#D07FFC
(208,127,252)
0 Favorites   0 Comments

Color spaces of #d07ffc

RGB 208127252
HSL0.770.950.74
HSV279°50°99°
CMYK 0.170.500.00   0.01
XYZ51.172535.616996.2731
Yxy35.61690.27950.1946
Hunter Lab59.679948.6149-53.8682
CIE-Lab66.226252.3349-50.1911

#d07ffc color RGB value is (208,127,252).

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

The process color (four color CMYK) of #d07ffc color hex is 0.17, 0.50, 0.00, 0.01. Web safe color of #d07ffc is #cc66ff. Color #d07ffc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01111111 11111100
Octal 320 177 374
Decimal 208 127 252
Hex D0 7F FC

RGB Percentages of Color #d07ffc

%35.43
%21.64
%42.93

CMYK Percentages of Color #d07ffc

%17
%50
%0
%1

Triadic Colors of #d07ffc

#d07ffc #fcd07f #7ffcd0

Analogous Colors of #d07ffc

#d07ffc #fc7fea #927ffc

Monochromatic Colors of #d07ffc

#d07ffc

Complementary Color

#d07ffc #abfc7f

#d07ffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d07ffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d07ffc Color CSS Codes

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

#d07ffc Text Font Color

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

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


#d07ffc Background Color

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

This div background color is #d07ffc


#d07ffc Border Color

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

This div border color is #d07ffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d07ffc

Related Colors


Comments

No comments written yet.

Please login to write comment.