Color Hex Logo

#d03faf Color Hex

#D03FAF
(208,63,175)
0 Favorites   0 Comments

Color spaces of #d03faf

RGB 20863175
HSL0.870.610.53
HSV314°70°82°
CMYK 0.000.700.16   0.18
XYZ35.527820.060142.5569
Yxy20.06010.36200.2044
Hunter Lab44.788563.2125-24.9839
CIE-Lab51.905167.4804-29.1512

#d03faf color RGB value is (208,63,175).

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

The process color (four color CMYK) of #d03faf color hex is 0.00, 0.70, 0.16, 0.18. Web safe color of #d03faf is #cc3399. Color #d03faf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00111111 10101111
Octal 320 77 257
Decimal 208 63 175
Hex D0 3F AF

RGB Percentages of Color #d03faf

%46.64
%14.13
%39.24

CMYK Percentages of Color #d03faf

%0
%70
%16
%18

Triadic Colors of #d03faf

#d03faf #afd03f #3fafd0

Analogous Colors of #d03faf

#d03faf #d03f67 #a93fd0

Monochromatic Colors of #d03faf

#d03faf

Complementary Color

#d03faf #3fd060

#d03faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d03faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d03faf Color CSS Codes

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

#d03faf Text Font Color

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

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


#d03faf Background Color

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

This div background color is #d03faf


#d03faf Border Color

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

This div border color is #d03faf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,63,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 #d03faf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d03faf


Comments

No comments written yet.

Please login to write comment.