Color Hex Logo

#d04afb Color Hex

#D04AFB
(208,74,251)
0 Favorites   0 Comments

Color spaces of #d04afb

RGB 20874251
HSL0.790.960.64
HSV285°71°98°
CMYK 0.170.710.00   0.02
XYZ45.873825.272593.7270
Yxy25.27250.27820.1533
Hunter Lab50.271874.9086-75.3504
CIE-Lab57.340076.0835-63.8048

#d04afb color RGB value is (208,74,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 01001010 11111011
Octal 320 112 373
Decimal 208 74 251
Hex D0 4A FB

RGB Percentages of Color #d04afb

%39.02
%13.88
%47.09

CMYK Percentages of Color #d04afb

%17
%71
%0
%2

Triadic Colors of #d04afb

#d04afb #fbd04a #4afbd0

Analogous Colors of #d04afb

#d04afb #fb4ace #784afb

Monochromatic Colors of #d04afb

#d04afb

Complementary Color

#d04afb #75fb4a

#d04afb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d04afb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d04afb Color CSS Codes

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

#d04afb Text Font Color

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

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


#d04afb Background Color

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

This div background color is #d04afb


#d04afb Border Color

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

This div border color is #d04afb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d04afb

Related Colors


Comments

No comments written yet.

Please login to write comment.