Color Hex Logo

#d03bdb Color Hex

#D03BDB
(208,59,219)
0 Favorites   0 Comments

Color spaces of #d03bdb

RGB 20859219
HSL0.820.690.55
HSV296°73°86°
CMYK 0.050.730.00   0.14
XYZ40.362621.652369.0698
Yxy21.65230.30790.1652
Hunter Lab46.532073.4026-55.4347
CIE-Lab53.656175.5813-51.7492

#d03bdb color RGB value is (208,59,219).

#d03bdb hex color red value is 208, green value is 59 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #d03bdb hue: 0.82 , saturation: 0.69 and the lightness value of d03bdb is 0.55.

The process color (four color CMYK) of #d03bdb color hex is 0.05, 0.73, 0.00, 0.14. Web safe color of #d03bdb is #cc33cc. Color #d03bdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00111011 11011011
Octal 320 73 333
Decimal 208 59 219
Hex D0 3B DB

RGB Percentages of Color #d03bdb

%42.80
%12.14
%45.06

CMYK Percentages of Color #d03bdb

%5
%73
%0
%14

Triadic Colors of #d03bdb

#d03bdb #dbd03b #3bdbd0

Analogous Colors of #d03bdb

#d03bdb #db3b96 #803bdb

Monochromatic Colors of #d03bdb

#d03bdb

Complementary Color

#d03bdb #46db3b

#d03bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d03bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d03bdb Color CSS Codes

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

#d03bdb Text Font Color

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

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


#d03bdb Background Color

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

This div background color is #d03bdb


#d03bdb Border Color

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

This div border color is #d03bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d03bdb


Comments

No comments written yet.

Please login to write comment.