Color Hex Logo

#d07fe5 Color Hex

#D07FE5
(208,127,229)
0 Favorites   0 Comments

Color spaces of #d07fe5

RGB 208127229
HSL0.800.660.70
HSV288°45°90°
CMYK 0.090.450.00   0.10
XYZ47.744734.245878.2224
Yxy34.24580.29800.2138
Hunter Lab58.519943.2231-38.2878
CIE-Lab65.157247.6495-39.1977

#d07fe5 color RGB value is (208,127,229).

#d07fe5 hex color red value is 208, green value is 127 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #d07fe5 hue: 0.80 , saturation: 0.66 and the lightness value of d07fe5 is 0.70.

The process color (four color CMYK) of #d07fe5 color hex is 0.09, 0.45, 0.00, 0.10. Web safe color of #d07fe5 is #cc66cc. Color #d07fe5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01111111 11100101
Octal 320 177 345
Decimal 208 127 229
Hex D0 7F E5

RGB Percentages of Color #d07fe5

%36.88
%22.52
%40.60

CMYK Percentages of Color #d07fe5

%9
%45
%0
%10

Triadic Colors of #d07fe5

#d07fe5 #e5d07f #7fe5d0

Analogous Colors of #d07fe5

#d07fe5 #e57fc7 #9d7fe5

Monochromatic Colors of #d07fe5

#d07fe5

Complementary Color

#d07fe5 #94e57f

#d07fe5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d07fe5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d07fe5 Color CSS Codes

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

#d07fe5 Text Font Color

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

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


#d07fe5 Background Color

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

This div background color is #d07fe5


#d07fe5 Border Color

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

This div border color is #d07fe5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d07fe5


Comments

No comments written yet.

Please login to write comment.