Color Hex Logo

#d527db Color Hex

#D527DB
(213,39,219)
0 Favorites   0 Comments

Color spaces of #d527db

RGB 21339219
HSL0.830.710.51
HSV298°82°86°
CMYK 0.030.820.00   0.14
XYZ40.952320.711668.8572
Yxy20.71160.31380.1587
Hunter Lab45.510080.9812-57.8495
CIE-Lab52.632481.8153-53.3377

#d527db color RGB value is (213,39,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 00100111 11011011
Octal 325 47 333
Decimal 213 39 219
Hex D5 27 DB

RGB Percentages of Color #d527db

%45.22
%8.28
%46.50

CMYK Percentages of Color #d527db

%3
%82
%0
%14

Triadic Colors of #d527db

#d527db #dbd527 #27dbd5

Analogous Colors of #d527db

#d527db #db2787 #7b27db

Monochromatic Colors of #d527db

#d527db

Complementary Color

#d527db #2ddb27

#d527db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d527db Color Preview on White Background

Lorem ipsum dolor sit amet.

#d527db Color CSS Codes

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

#d527db Text Font Color

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

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


#d527db Background Color

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

This div background color is #d527db


#d527db Border Color

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

This div border color is #d527db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d527db


Comments

No comments written yet.

Please login to write comment.