Color Hex Logo

#d030bf Color Hex

#D030BF
(208,48,191)
0 Favorites   0 Comments

Color spaces of #d030bf

RGB 20848191
HSL0.850.630.50
HSV306°77°82°
CMYK 0.000.770.08   0.18
XYZ36.473319.285451.0903
Yxy19.28540.34140.1805
Hunter Lab43.915171.3999-38.2366
CIE-Lab51.019574.4650-39.8630

#d030bf color RGB value is (208,48,191).

#d030bf hex color red value is 208, green value is 48 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #d030bf hue: 0.85 , saturation: 0.63 and the lightness value of d030bf is 0.50.

The process color (four color CMYK) of #d030bf color hex is 0.00, 0.77, 0.08, 0.18. Web safe color of #d030bf is #cc33cc. Color #d030bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00110000 10111111
Octal 320 60 277
Decimal 208 48 191
Hex D0 30 BF

RGB Percentages of Color #d030bf

%46.53
%10.74
%42.73

CMYK Percentages of Color #d030bf

%0
%77
%8
%18

Triadic Colors of #d030bf

#d030bf #bfd030 #30bfd0

Analogous Colors of #d030bf

#d030bf #d0306f #9130d0

Monochromatic Colors of #d030bf

#d030bf

Complementary Color

#d030bf #30d041

#d030bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d030bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d030bf Color CSS Codes

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

#d030bf Text Font Color

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

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


#d030bf Background Color

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

This div background color is #d030bf


#d030bf Border Color

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

This div border color is #d030bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d030bf


Comments

No comments written yet.

Please login to write comment.