Color Hex Logo

#d52aec Color Hex

#D52AEC
(213,42,236)
0 Favorites   0 Comments

Color spaces of #d52aec

RGB 21342236
HSL0.810.840.55
HSV293°82°93°
CMYK 0.100.820.00   0.07
XYZ43.408921.858281.2880
Yxy21.85820.29620.1491
Hunter Lab46.752883.9160-70.3593
CIE-Lab53.876283.8591-60.9578

#d52aec color RGB value is (213,42,236).

#d52aec hex color red value is 213, green value is 42 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #d52aec hue: 0.81 , saturation: 0.84 and the lightness value of d52aec is 0.55.

The process color (four color CMYK) of #d52aec color hex is 0.10, 0.82, 0.00, 0.07. Web safe color of #d52aec is #cc33ff. Color #d52aec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 00101010 11101100
Octal 325 52 354
Decimal 213 42 236
Hex D5 2A EC

RGB Percentages of Color #d52aec

%43.38
%8.55
%48.07

CMYK Percentages of Color #d52aec

%10
%82
%0
%7

Triadic Colors of #d52aec

#d52aec #ecd52a #2aecd5

Analogous Colors of #d52aec

#d52aec #ec2aa2 #742aec

Monochromatic Colors of #d52aec

#d52aec

Complementary Color

#d52aec #41ec2a

#d52aec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d52aec Color Preview on White Background

Lorem ipsum dolor sit amet.

#d52aec Color CSS Codes

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

#d52aec Text Font Color

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

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


#d52aec Background Color

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

This div background color is #d52aec


#d52aec Border Color

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

This div border color is #d52aec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d52aec


Comments

No comments written yet.

Please login to write comment.