Color Hex Logo

#d00feb Color Hex

#D00FEB
(208,15,235)
0 Favorites   0 Comments

Color spaces of #d00feb

RGB 20815235
HSL0.810.880.49
HSV293°94°92°
CMYK 0.110.940.00   0.08
XYZ41.178619.749780.2390
Yxy19.74970.29170.1399
Hunter Lab44.440687.6266-75.9416
CIE-Lab51.553087.1621-64.1795

#d00feb color RGB value is (208,15,235).

#d00feb hex color red value is 208, green value is 15 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #d00feb hue: 0.81 , saturation: 0.88 and the lightness value of d00feb is 0.49.

The process color (four color CMYK) of #d00feb color hex is 0.11, 0.94, 0.00, 0.08. Web safe color of #d00feb is #cc00ff. Color #d00feb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00001111 11101011
Octal 320 17 353
Decimal 208 15 235
Hex D0 F EB

RGB Percentages of Color #d00feb

%45.41
%3.28
%51.31

CMYK Percentages of Color #d00feb

%11
%94
%0
%8

Triadic Colors of #d00feb

#d00feb #ebd00f #0febd0

Analogous Colors of #d00feb

#d00feb #eb0f98 #620feb

Monochromatic Colors of #d00feb

#d00feb

Complementary Color

#d00feb #2aeb0f

#d00feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d00feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d00feb Color CSS Codes

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

#d00feb Text Font Color

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

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


#d00feb Background Color

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

This div background color is #d00feb


#d00feb Border Color

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

This div border color is #d00feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d00feb


Comments

No comments written yet.

Please login to write comment.