Color Hex Logo

#d52bde Color Hex

#D52BDE
(213,43,222)
0 Favorites   0 Comments

Color spaces of #d52bde

RGB 21343222
HSL0.820.730.52
HSV297°81°87°
CMYK 0.040.810.00   0.13
XYZ41.489321.147871.0024
Yxy21.14780.31050.1582
Hunter Lab45.986780.5662-59.3516
CIE-Lab53.110981.3964-54.2773

#d52bde color RGB value is (213,43,222).

#d52bde hex color red value is 213, green value is 43 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #d52bde hue: 0.82 , saturation: 0.73 and the lightness value of d52bde is 0.52.

The process color (four color CMYK) of #d52bde color hex is 0.04, 0.81, 0.00, 0.13. Web safe color of #d52bde is #cc33cc. Color #d52bde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 00101011 11011110
Octal 325 53 336
Decimal 213 43 222
Hex D5 2B DE

RGB Percentages of Color #d52bde

%44.56
%9.00
%46.44

CMYK Percentages of Color #d52bde

%4
%81
%0
%13

Triadic Colors of #d52bde

#d52bde #ded52b #2bded5

Analogous Colors of #d52bde

#d52bde #de2b8e #7c2bde

Monochromatic Colors of #d52bde

#d52bde

Complementary Color

#d52bde #34de2b

#d52bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d52bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#d52bde Color CSS Codes

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

#d52bde Text Font Color

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

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


#d52bde Background Color

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

This div background color is #d52bde


#d52bde Border Color

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

This div border color is #d52bde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d52bde


Comments

No comments written yet.

Please login to write comment.