Color Hex Logo

#d056f4 Color Hex

#D056F4
(208,86,244)
0 Favorites   0 Comments

Color spaces of #d056f4

RGB 20886244
HSL0.800.880.65
HSV286°65°96°
CMYK 0.150.650.00   0.04
XYZ45.669326.597188.3147
Yxy26.59710.28440.1656
Hunter Lab51.572467.8169-65.4300
CIE-Lab58.599570.0707-57.8982

#d056f4 color RGB value is (208,86,244).

#d056f4 hex color red value is 208, green value is 86 and the blue value of its RGB is 244. Cylindrical-coordinate representations (also known as HSL) of color #d056f4 hue: 0.80 , saturation: 0.88 and the lightness value of d056f4 is 0.65.

The process color (four color CMYK) of #d056f4 color hex is 0.15, 0.65, 0.00, 0.04. Web safe color of #d056f4 is #cc66ff. Color #d056f4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01010110 11110100
Octal 320 126 364
Decimal 208 86 244
Hex D0 56 F4

RGB Percentages of Color #d056f4

%38.66
%15.99
%45.35

CMYK Percentages of Color #d056f4

%15
%65
%0
%4

Triadic Colors of #d056f4

#d056f4 #f4d056 #56f4d0

Analogous Colors of #d056f4

#d056f4 #f456c9 #8156f4

Monochromatic Colors of #d056f4

#d056f4

Complementary Color

#d056f4 #7af456

#d056f4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d056f4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d056f4 Color CSS Codes

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

#d056f4 Text Font Color

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

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


#d056f4 Background Color

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

This div background color is #d056f4


#d056f4 Border Color

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

This div border color is #d056f4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d056f4

Related Colors


Comments

No comments written yet.

Please login to write comment.