color codes Logo

#d03baf color codes

#D03BAF
(208,59,175)
0 Favorites   0 Comments

Color spaces of #d03baf

RGB 20859175
HSL0.870.610.52
HSV313°72°82°
CMYK 0.000.720.16   0.18
XYZ35.314319.633042.4857
Yxy19.63300.36240.2015
Hunter Lab44.309164.7232-25.8337
CIE-Lab51.419768.8497-29.9065

#d03baf color RGB value is (208,59,175).

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

The process color (four color CMYK) of #d03baf color code is 0.00, 0.72, 0.16, 0.18. Web safe color of #d03baf is #cc3399. Color #d03baf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00111011 10101111
Octal 320 73 257
Decimal 208 59 175
Hex D0 3B AF

RGB Percentages of Color #d03baf

%47.06
%13.35
%39.59

CMYK Percentages of Color #d03baf

%0
%72
%16
%18

Triadic Colors of #d03baf

#d03baf #afd03b #3bafd0

Analogous Colors of #d03baf

#d03baf #d03b65 #a73bd0

Monochromatic Colors of #d03baf

#d03baf

Complementary Color

#d03baf #3bd05c

#d03baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d03baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d03baf Color CSS Codes

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

#d03baf Text Font Color

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

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


#d03baf Background Color

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

This div background color is #d03baf


#d03baf Border Color

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

This div border color is #d03baf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d03baf


Comments

No comments written yet.

Please login to write comment.