Color Hex Logo

#d04bfa Color Hex

#D04BFA
(208,75,250)
0 Favorites   0 Comments

Color spaces of #d04bfa

RGB 20875250
HSL0.790.950.64
HSV286°70°98°
CMYK 0.170.700.00   0.02
XYZ45.783825.344292.9213
Yxy25.34420.27910.1545
Hunter Lab50.343074.2342-74.1952
CIE-Lab57.409375.5282-63.1386

#d04bfa color RGB value is (208,75,250).

#d04bfa hex color red value is 208, green value is 75 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #d04bfa hue: 0.79 , saturation: 0.95 and the lightness value of d04bfa is 0.64.

The process color (four color CMYK) of #d04bfa color hex is 0.17, 0.70, 0.00, 0.02. Web safe color of #d04bfa is #cc33ff. Color #d04bfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01001011 11111010
Octal 320 113 372
Decimal 208 75 250
Hex D0 4B FA

RGB Percentages of Color #d04bfa

%39.02
%14.07
%46.90

CMYK Percentages of Color #d04bfa

%17
%70
%0
%2

Triadic Colors of #d04bfa

#d04bfa #fad04b #4bfad0

Analogous Colors of #d04bfa

#d04bfa #fa4bcd #794bfa

Monochromatic Colors of #d04bfa

#d04bfa

Complementary Color

#d04bfa #75fa4b

#d04bfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d04bfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d04bfa Color CSS Codes

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

#d04bfa Text Font Color

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

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


#d04bfa Background Color

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

This div background color is #d04bfa


#d04bfa Border Color

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

This div border color is #d04bfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d04bfa


Comments

No comments written yet.

Please login to write comment.