Color Hex Logo

#d748db Color Hex

#D748DB
(215,72,219)
0 Favorites   0 Comments

Color spaces of #d748db

RGB 21572219
HSL0.830.670.57
HSV298°67°86°
CMYK 0.020.670.00   0.14
XYZ43.127924.196369.4151
Yxy24.19630.31540.1770
Hunter Lab49.189770.4207-49.2355
CIE-Lab56.283872.6489-47.5046

#d748db color RGB value is (215,72,219).

#d748db hex color red value is 215, green value is 72 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #d748db hue: 0.83 , saturation: 0.67 and the lightness value of d748db is 0.57.

The process color (four color CMYK) of #d748db color hex is 0.02, 0.67, 0.00, 0.14. Web safe color of #d748db is #cc33cc. Color #d748db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 01001000 11011011
Octal 327 110 333
Decimal 215 72 219
Hex D7 48 DB

RGB Percentages of Color #d748db

%42.49
%14.23
%43.28

CMYK Percentages of Color #d748db

%2
%67
%0
%14

Triadic Colors of #d748db

#d748db #dbd748 #48dbd7

Analogous Colors of #d748db

#d748db #db4896 #8e48db

Monochromatic Colors of #d748db

#d748db

Complementary Color

#d748db #4cdb48

#d748db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d748db Color Preview on White Background

Lorem ipsum dolor sit amet.

#d748db Color CSS Codes

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

#d748db Text Font Color

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

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


#d748db Background Color

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

This div background color is #d748db


#d748db Border Color

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

This div border color is #d748db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d748db


Comments

No comments written yet.

Please login to write comment.