Color Hex Logo

#d538ae Color Hex

#D538AE
(213,56,174)
0 Favorites   0 Comments

Color spaces of #d538ae

RGB 21356174
HSL0.870.650.53
HSV315°74°84°
CMYK 0.000.740.18   0.16
XYZ36.494720.030541.9872
Yxy20.03050.37050.2033
Hunter Lab44.755467.2313-24.2939
CIE-Lab51.871770.8627-28.5533

#d538ae color RGB value is (213,56,174).

#d538ae hex color red value is 213, green value is 56 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #d538ae hue: 0.87 , saturation: 0.65 and the lightness value of d538ae is 0.53.

The process color (four color CMYK) of #d538ae color hex is 0.00, 0.74, 0.18, 0.16. Web safe color of #d538ae is #cc3399. Color #d538ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 00111000 10101110
Octal 325 70 256
Decimal 213 56 174
Hex D5 38 AE

RGB Percentages of Color #d538ae

%48.08
%12.64
%39.28

CMYK Percentages of Color #d538ae

%0
%74
%18
%16

Triadic Colors of #d538ae

#d538ae #aed538 #38aed5

Analogous Colors of #d538ae

#d538ae #d5385f #ae38d5

Monochromatic Colors of #d538ae

#d538ae

Complementary Color

#d538ae #38d55f

#d538ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d538ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#d538ae Color CSS Codes

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

#d538ae Text Font Color

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

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


#d538ae Background Color

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

This div background color is #d538ae


#d538ae Border Color

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

This div border color is #d538ae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(213,56,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d538ae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d538ae;
  -webkit-box-shadow: 1px 1px 3px 2px #d538ae;
  box-shadow:         1px 1px 3px 2px #d538ae; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(213,56,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d538ae


Comments

No comments written yet.

Please login to write comment.