Color Hex Logo

#d477ec Color Hex

#D477EC
(212,119,236)
0 Favorites   0 Comments

Color spaces of #d477ec

RGB 212119236
HSL0.800.750.70
HSV288°50°93°
CMYK 0.100.500.00   0.07
XYZ48.888533.246883.1975
Yxy33.24680.29570.2011
Hunter Lab57.660050.4406-45.1873
CIE-Lab64.360254.2336-44.2916

#d477ec color RGB value is (212,119,236).

#d477ec hex color red value is 212, green value is 119 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #d477ec hue: 0.80 , saturation: 0.75 and the lightness value of d477ec is 0.70.

The process color (four color CMYK) of #d477ec color hex is 0.10, 0.50, 0.00, 0.07. Web safe color of #d477ec is #cc66ff. Color #d477ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 01110111 11101100
Octal 324 167 354
Decimal 212 119 236
Hex D4 77 EC

RGB Percentages of Color #d477ec

%37.39
%20.99
%41.62

CMYK Percentages of Color #d477ec

%10
%50
%0
%7

Triadic Colors of #d477ec

#d477ec #ecd477 #77ecd4

Analogous Colors of #d477ec

#d477ec #ec77ca #9a77ec

Monochromatic Colors of #d477ec

#d477ec

Complementary Color

#d477ec #8fec77

#d477ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d477ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#d477ec Color CSS Codes

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

#d477ec Text Font Color

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

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


#d477ec Background Color

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

This div background color is #d477ec


#d477ec Border Color

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

This div border color is #d477ec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(212,119,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d477ec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d477ec;
  -webkit-box-shadow: 1px 1px 3px 2px #d477ec;
  box-shadow:         1px 1px 3px 2px #d477ec; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(212,119,236, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d477ec


Comments

No comments written yet.

Please login to write comment.