Color Hex Logo

#d37ada Color Hex

#D37ADA
(211,122,218)
0 Favorites   0 Comments

Color spaces of #d37ada

RGB 211122218
HSL0.820.560.67
HSV296°44°85°
CMYK 0.030.440.00   0.15
XYZ46.478432.829970.2168
Yxy32.82990.31080.2196
Hunter Lab57.297444.5249-32.5505
CIE-Lab64.022948.9931-34.8214

#d37ada color RGB value is (211,122,218).

#d37ada hex color red value is 211, green value is 122 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #d37ada hue: 0.82 , saturation: 0.56 and the lightness value of d37ada is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 01111010 11011010
Octal 323 172 332
Decimal 211 122 218
Hex D3 7A DA

RGB Percentages of Color #d37ada

%38.29
%22.14
%39.56

CMYK Percentages of Color #d37ada

%3
%44
%0
%15

Triadic Colors of #d37ada

#d37ada #dad37a #7adad3

Analogous Colors of #d37ada

#d37ada #da7ab1 #a37ada

Monochromatic Colors of #d37ada

#d37ada

Complementary Color

#d37ada #81da7a

#d37ada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d37ada Color Preview on White Background

Lorem ipsum dolor sit amet.

#d37ada Color CSS Codes

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

#d37ada Text Font Color

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

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


#d37ada Background Color

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

This div background color is #d37ada


#d37ada Border Color

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

This div border color is #d37ada


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(211,122,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 #d37ada">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d37ada


Comments

No comments written yet.

Please login to write comment.