Color Hex Logo

#d477ef Color Hex

#D477EF
(212,119,239)
0 Favorites   0 Comments

Color spaces of #d477ef

RGB 212119239
HSL0.800.790.70
HSV287°50°94°
CMYK 0.110.500.00   0.06
XYZ49.328233.422785.5127
Yxy33.42270.29320.1986
Hunter Lab57.812451.1329-47.2297
CIE-Lab64.501754.8213-45.7282

#d477ef color RGB value is (212,119,239).

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

The process color (four color CMYK) of #d477ef color hex is 0.11, 0.50, 0.00, 0.06. Web safe color of #d477ef is #cc66ff. Color #d477ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 01110111 11101111
Octal 324 167 357
Decimal 212 119 239
Hex D4 77 EF

RGB Percentages of Color #d477ef

%37.19
%20.88
%41.93

CMYK Percentages of Color #d477ef

%11
%50
%0
%6

Triadic Colors of #d477ef

#d477ef #efd477 #77efd4

Analogous Colors of #d477ef

#d477ef #ef77ce #9877ef

Monochromatic Colors of #d477ef

#d477ef

Complementary Color

#d477ef #92ef77

#d477ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d477ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#d477ef Color CSS Codes

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

#d477ef Text Font Color

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

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


#d477ef Background Color

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

This div background color is #d477ef


#d477ef Border Color

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

This div border color is #d477ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d477ef


Comments

No comments written yet.

Please login to write comment.