Color Hex Logo

#d52acf Color Hex

#D52ACF
(213,42,207)
0 Favorites   0 Comments

Color spaces of #d52acf

RGB 21342207
HSL0.840.670.50
HSV302°80°84°
CMYK 0.000.800.03   0.16
XYZ39.531020.307160.8676
Yxy20.30710.32750.1682
Hunter Lab45.063477.7247-48.5392
CIE-Lab52.182779.3334-47.1987

#d52acf color RGB value is (213,42,207).

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

The process color (four color CMYK) of #d52acf color hex is 0.00, 0.80, 0.03, 0.16. Web safe color of #d52acf is #cc33cc. Color #d52acf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 00101010 11001111
Octal 325 52 317
Decimal 213 42 207
Hex D5 2A CF

RGB Percentages of Color #d52acf

%46.10
%9.09
%44.81

CMYK Percentages of Color #d52acf

%0
%80
%3
%16

Triadic Colors of #d52acf

#d52acf #cfd52a #2acfd5

Analogous Colors of #d52acf

#d52acf #d52a7a #862ad5

Monochromatic Colors of #d52acf

#d52acf

Complementary Color

#d52acf #2ad530

#d52acf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d52acf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d52acf Color CSS Codes

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

#d52acf Text Font Color

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

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


#d52acf Background Color

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

This div background color is #d52acf


#d52acf Border Color

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

This div border color is #d52acf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d52acf


Comments

No comments written yet.

Please login to write comment.