Color Hex Logo

#d477da Color Hex

#D477DA
(212,119,218)
0 Favorites   0 Comments

Color spaces of #d477da

RGB 212119218
HSL0.820.570.66
HSV296°45°85°
CMYK 0.030.450.00   0.15
XYZ46.403132.252770.1093
Yxy32.25270.31190.2168
Hunter Lab56.791546.4635-33.4397
CIE-Lab63.551250.8137-35.5466

#d477da color RGB value is (212,119,218).

#d477da hex color red value is 212, green value is 119 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #d477da hue: 0.82 , saturation: 0.57 and the lightness value of d477da is 0.66.

The process color (four color CMYK) of #d477da color hex is 0.03, 0.45, 0.00, 0.15. Web safe color of #d477da is #cc66cc. Color #d477da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 01110111 11011010
Octal 324 167 332
Decimal 212 119 218
Hex D4 77 DA

RGB Percentages of Color #d477da

%38.62
%21.68
%39.71

CMYK Percentages of Color #d477da

%3
%45
%0
%15

Triadic Colors of #d477da

#d477da #dad477 #77dad4

Analogous Colors of #d477da

#d477da #da77af #a377da

Monochromatic Colors of #d477da

#d477da

Complementary Color

#d477da #7dda77

#d477da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d477da Color Preview on White Background

Lorem ipsum dolor sit amet.

#d477da Color CSS Codes

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

#d477da Text Font Color

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

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


#d477da Background Color

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

This div background color is #d477da


#d477da Border Color

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

This div border color is #d477da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d477da


Comments

No comments written yet.

Please login to write comment.