Color Hex Logo

#d03bad Color Hex

#D03BAD
(208,59,173)
0 Favorites   0 Comments

Color spaces of #d03bad

RGB 20859173
HSL0.870.610.52
HSV314°72°82°
CMYK 0.000.720.17   0.18
XYZ35.119219.555041.4587
Yxy19.55500.36530.2034
Hunter Lab44.221064.3733-24.6316
CIE-Lab51.330368.5718-28.8734

#d03bad color RGB value is (208,59,173).

#d03bad hex color red value is 208, green value is 59 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #d03bad hue: 0.87 , saturation: 0.61 and the lightness value of d03bad is 0.52.

The process color (four color CMYK) of #d03bad color hex is 0.00, 0.72, 0.17, 0.18. Web safe color of #d03bad is #cc3399. Color #d03bad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00111011 10101101
Octal 320 73 255
Decimal 208 59 173
Hex D0 3B AD

RGB Percentages of Color #d03bad

%47.27
%13.41
%39.32

CMYK Percentages of Color #d03bad

%0
%72
%17
%18

Triadic Colors of #d03bad

#d03bad #add03b #3badd0

Analogous Colors of #d03bad

#d03bad #d03b62 #a93bd0

Monochromatic Colors of #d03bad

#d03bad

Complementary Color

#d03bad #3bd05e

#d03bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d03bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#d03bad Color CSS Codes

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

#d03bad Text Font Color

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

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


#d03bad Background Color

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

This div background color is #d03bad


#d03bad Border Color

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

This div border color is #d03bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d03bad


Comments

No comments written yet.

Please login to write comment.