Color Hex Logo

#d52cdb Color Hex

#D52CDB
(213,44,219)
0 Favorites   0 Comments

Color spaces of #d52cdb

RGB 21344219
HSL0.830.710.52
HSV298°80°86°
CMYK 0.030.800.00   0.14
XYZ41.127421.062068.9155
Yxy21.06200.31370.1606
Hunter Lab45.893479.6497-56.9071
CIE-Lab53.017380.6938-52.7226

#d52cdb color RGB value is (213,44,219).

#d52cdb hex color red value is 213, green value is 44 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #d52cdb hue: 0.83 , saturation: 0.71 and the lightness value of d52cdb is 0.52.

The process color (four color CMYK) of #d52cdb color hex is 0.03, 0.80, 0.00, 0.14. Web safe color of #d52cdb is #cc33cc. Color #d52cdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 00101100 11011011
Octal 325 54 333
Decimal 213 44 219
Hex D5 2C DB

RGB Percentages of Color #d52cdb

%44.75
%9.24
%46.01

CMYK Percentages of Color #d52cdb

%3
%80
%0
%14

Triadic Colors of #d52cdb

#d52cdb #dbd52c #2cdbd5

Analogous Colors of #d52cdb

#d52cdb #db2c8a #7e2cdb

Monochromatic Colors of #d52cdb

#d52cdb

Complementary Color

#d52cdb #32db2c

#d52cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d52cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d52cdb Color CSS Codes

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

#d52cdb Text Font Color

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

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


#d52cdb Background Color

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

This div background color is #d52cdb


#d52cdb Border Color

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

This div border color is #d52cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d52cdb


Comments

No comments written yet.

Please login to write comment.