color codes Logo

#d526db color codes

#D526DB
(213,38,219)
0 Favorites   0 Comments

Color spaces of #d526db

RGB 21338219
HSL0.830.720.50
HSV298°83°86°
CMYK 0.030.830.00   0.14
XYZ40.919920.646868.8464
Yxy20.64680.31380.1583
Hunter Lab45.438781.2305-58.0260
CIE-Lab52.560882.0245-53.4523

#d526db color RGB value is (213,38,219).

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

The process color (four color CMYK) of #d526db color code is 0.03, 0.83, 0.00, 0.14. Web safe color of #d526db is #cc33cc. Color #d526db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 00100110 11011011
Octal 325 46 333
Decimal 213 38 219
Hex D5 26 DB

RGB Percentages of Color #d526db

%45.32
%8.09
%46.60

CMYK Percentages of Color #d526db

%3
%83
%0
%14

Triadic Colors of #d526db

#d526db #dbd526 #26dbd5

Analogous Colors of #d526db

#d526db #db2687 #7b26db

Monochromatic Colors of #d526db

#d526db

Complementary Color

#d526db #2cdb26

#d526db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d526db Color Preview on White Background

Lorem ipsum dolor sit amet.

#d526db Color CSS Codes

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

#d526db Text Font Color

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

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


#d526db Background Color

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

This div background color is #d526db


#d526db Border Color

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

This div border color is #d526db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d526db


Comments

No comments written yet.

Please login to write comment.