Color Hex Logo

#d37dea Color Hex

#D37DEA
(211,125,234)
0 Favorites   0 Comments

Color spaces of #d37dea

RGB 211125234
HSL0.800.720.70
HSV287°47°92°
CMYK 0.100.470.00   0.08
XYZ49.048934.456681.9075
Yxy34.45660.29650.2083
Hunter Lab58.699746.4282-41.6413
CIE-Lab65.323450.5198-41.6810

#d37dea color RGB value is (211,125,234).

#d37dea hex color red value is 211, green value is 125 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #d37dea hue: 0.80 , saturation: 0.72 and the lightness value of d37dea is 0.70.

The process color (four color CMYK) of #d37dea color hex is 0.10, 0.47, 0.00, 0.08. Web safe color of #d37dea is #cc66ff. Color #d37dea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 01111101 11101010
Octal 323 175 352
Decimal 211 125 234
Hex D3 7D EA

RGB Percentages of Color #d37dea

%37.02
%21.93
%41.05

CMYK Percentages of Color #d37dea

%10
%47
%0
%8

Triadic Colors of #d37dea

#d37dea #ead37d #7dead3

Analogous Colors of #d37dea

#d37dea #ea7dcb #9d7dea

Monochromatic Colors of #d37dea

#d37dea

Complementary Color

#d37dea #94ea7d

#d37dea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d37dea Color Preview on White Background

Lorem ipsum dolor sit amet.

#d37dea Color CSS Codes

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

#d37dea Text Font Color

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

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


#d37dea Background Color

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

This div background color is #d37dea


#d37dea Border Color

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

This div border color is #d37dea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(211,125,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d37dea


Comments

No comments written yet.

Please login to write comment.