Color Hex Logo

#d04bbe Color Hex

#D04BBE
(208,75,190)
0 Favorites   0 Comments

Color spaces of #d04bbe

RGB 20875190
HSL0.860.590.55
HSV308°64°82°
CMYK 0.000.640.09   0.18
XYZ37.822822.159850.9990
Yxy22.15980.34080.1997
Hunter Lab47.074261.0399-31.2814
CIE-Lab54.196165.1994-34.2933

#d04bbe color RGB value is (208,75,190).

#d04bbe hex color red value is 208, green value is 75 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #d04bbe hue: 0.86 , saturation: 0.59 and the lightness value of d04bbe is 0.55.

The process color (four color CMYK) of #d04bbe color hex is 0.00, 0.64, 0.09, 0.18. Web safe color of #d04bbe is #cc33cc. Color #d04bbe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01001011 10111110
Octal 320 113 276
Decimal 208 75 190
Hex D0 4B BE

RGB Percentages of Color #d04bbe

%43.97
%15.86
%40.17

CMYK Percentages of Color #d04bbe

%0
%64
%9
%18

Triadic Colors of #d04bbe

#d04bbe #bed04b #4bbed0

Analogous Colors of #d04bbe

#d04bbe #d04b7c #a04bd0

Monochromatic Colors of #d04bbe

#d04bbe

Complementary Color

#d04bbe #4bd05d

#d04bbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d04bbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d04bbe Color CSS Codes

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

#d04bbe Text Font Color

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

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


#d04bbe Background Color

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

This div background color is #d04bbe


#d04bbe Border Color

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

This div border color is #d04bbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d04bbe


Comments

No comments written yet.

Please login to write comment.