Color Hex Logo

#d00bfd Color Hex

#D00BFD
(208,11,253)
0 Favorites   0 Comments

Color spaces of #d00bfd

RGB 20811253
HSL0.800.980.52
HSV289°96°99°
CMYK 0.180.960.00   0.01
XYZ43.861720.741194.6202
Yxy20.74110.27550.1303
Hunter Lab45.542492.2134-91.3029
CIE-Lab52.665090.4142-72.4676

#d00bfd color RGB value is (208,11,253).

#d00bfd hex color red value is 208, green value is 11 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #d00bfd hue: 0.80 , saturation: 0.98 and the lightness value of d00bfd is 0.52.

The process color (four color CMYK) of #d00bfd color hex is 0.18, 0.96, 0.00, 0.01. Web safe color of #d00bfd is #cc00ff. Color #d00bfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00001011 11111101
Octal 320 13 375
Decimal 208 11 253
Hex D0 B FD

RGB Percentages of Color #d00bfd

%44.07
%2.33
%53.60

CMYK Percentages of Color #d00bfd

%18
%96
%0
%1

Triadic Colors of #d00bfd

#d00bfd #fdd00b #0bfdd0

Analogous Colors of #d00bfd

#d00bfd #fd0bb1 #570bfd

Monochromatic Colors of #d00bfd

#d00bfd

Complementary Color

#d00bfd #38fd0b

#d00bfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d00bfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d00bfd Color CSS Codes

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

#d00bfd Text Font Color

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

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


#d00bfd Background Color

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

This div background color is #d00bfd


#d00bfd Border Color

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

This div border color is #d00bfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d00bfd


Comments

No comments written yet.

Please login to write comment.