Color Hex Logo

#d00bf8 Color Hex

#D00BF8
(208,11,248)
0 Favorites   0 Comments

Color spaces of #d00bf8

RGB 20811248
HSL0.810.940.51
HSV290°96°97°
CMYK 0.160.960.00   0.03
XYZ43.075420.426690.4793
Yxy20.42660.27970.1327
Hunter Lab45.195891.0329-87.0580
CIE-Lab52.316189.5949-70.2432

#d00bf8 color RGB value is (208,11,248).

#d00bf8 hex color red value is 208, green value is 11 and the blue value of its RGB is 248. Cylindrical-coordinate representations (also known as HSL) of color #d00bf8 hue: 0.81 , saturation: 0.94 and the lightness value of d00bf8 is 0.51.

The process color (four color CMYK) of #d00bf8 color hex is 0.16, 0.96, 0.00, 0.03. Web safe color of #d00bf8 is #cc00ff. Color #d00bf8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00001011 11111000
Octal 320 13 370
Decimal 208 11 248
Hex D0 B F8

RGB Percentages of Color #d00bf8

%44.54
%2.36
%53.10

CMYK Percentages of Color #d00bf8

%16
%96
%0
%3

Triadic Colors of #d00bf8

#d00bf8 #f8d00b #0bf8d0

Analogous Colors of #d00bf8

#d00bf8 #f80baa #590bf8

Monochromatic Colors of #d00bf8

#d00bf8

Complementary Color

#d00bf8 #33f80b

#d00bf8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d00bf8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d00bf8 Color CSS Codes

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

#d00bf8 Text Font Color

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

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


#d00bf8 Background Color

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

This div background color is #d00bf8


#d00bf8 Border Color

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

This div border color is #d00bf8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d00bf8


Comments

No comments written yet.

Please login to write comment.