Color Hex Logo

#d52cae Color Hex

#D52CAE
(213,44,174)
0 Favorites   0 Comments

Color spaces of #d52cae

RGB 21344174
HSL0.870.670.50
HSV314°79°84°
CMYK 0.000.790.18   0.16
XYZ35.981219.003541.8160
Yxy19.00350.37170.1963
Hunter Lab43.593071.0442-26.3580
CIE-Lab50.691374.2380-30.3904

#d52cae color RGB value is (213,44,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 00101100 10101110
Octal 325 54 256
Decimal 213 44 174
Hex D5 2C AE

RGB Percentages of Color #d52cae

%49.42
%10.21
%40.37

CMYK Percentages of Color #d52cae

%0
%79
%18
%16

Triadic Colors of #d52cae

#d52cae #aed52c #2caed5

Analogous Colors of #d52cae

#d52cae #d52c59 #a82cd5

Monochromatic Colors of #d52cae

#d52cae

Complementary Color

#d52cae #2cd553

#d52cae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d52cae Color Preview on White Background

Lorem ipsum dolor sit amet.

#d52cae Color CSS Codes

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

#d52cae Text Font Color

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

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


#d52cae Background Color

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

This div background color is #d52cae


#d52cae Border Color

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

This div border color is #d52cae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d52cae


Comments

No comments written yet.

Please login to write comment.