color codes Logo

#db27dd color codes

#DB27DD
(219,39,221)
0 Favorites   0 Comments

Color spaces of #db27dd

RGB 21939221
HSL0.830.730.51
HSV299°82°87°
CMYK 0.010.820.00   0.13
XYZ42.990121.731670.3354
Yxy21.73160.31830.1609
Hunter Lab46.617283.0317-56.8240
CIE-Lab53.741183.1994-52.6460

#db27dd color RGB value is (219,39,221).

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

The process color (four color CMYK) of #db27dd color code is 0.01, 0.82, 0.00, 0.13. Web safe color of #db27dd is #cc33cc. Color #db27dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00100111 11011101
Octal 333 47 335
Decimal 219 39 221
Hex DB 27 DD

RGB Percentages of Color #db27dd

%45.72
%8.14
%46.14

CMYK Percentages of Color #db27dd

%1
%82
%0
%13

Triadic Colors of #db27dd

#db27dd #dddb27 #27dddb

Analogous Colors of #db27dd

#db27dd #dd2784 #8027dd

Monochromatic Colors of #db27dd

#db27dd

Complementary Color

#db27dd #29dd27

#db27dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db27dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#db27dd Color CSS Codes

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

#db27dd Text Font Color

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

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


#db27dd Background Color

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

This div background color is #db27dd


#db27dd Border Color

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

This div border color is #db27dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db27dd


Comments

No comments written yet.

Please login to write comment.