Color Hex Logo

#d07feb Color Hex

#D07FEB
(208,127,235)
0 Favorites   0 Comments

Color spaces of #d07feb

RGB 208127235
HSL0.790.730.71
HSV285°46°92°
CMYK 0.110.460.00   0.08
XYZ48.597234.586882.7118
Yxy34.58680.29290.2085
Hunter Lab58.810544.5823-42.2187
CIE-Lab65.425748.8439-42.0981

#d07feb color RGB value is (208,127,235).

#d07feb hex color red value is 208, green value is 127 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #d07feb hue: 0.79 , saturation: 0.73 and the lightness value of d07feb is 0.71.

The process color (four color CMYK) of #d07feb color hex is 0.11, 0.46, 0.00, 0.08. Web safe color of #d07feb is #cc66ff. Color #d07feb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01111111 11101011
Octal 320 177 353
Decimal 208 127 235
Hex D0 7F EB

RGB Percentages of Color #d07feb

%36.49
%22.28
%41.23

CMYK Percentages of Color #d07feb

%11
%46
%0
%8

Triadic Colors of #d07feb

#d07feb #ebd07f #7febd0

Analogous Colors of #d07feb

#d07feb #eb7fd0 #9a7feb

Monochromatic Colors of #d07feb

#d07feb

Complementary Color

#d07feb #9aeb7f

#d07feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d07feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d07feb Color CSS Codes

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

#d07feb Text Font Color

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

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


#d07feb Background Color

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

This div background color is #d07feb


#d07feb Border Color

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

This div border color is #d07feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d07feb


Comments

No comments written yet.

Please login to write comment.