Color Hex Logo

#db3ccf Color Hex

#DB3CCF
(219,60,207)
0 Favorites   0 Comments

Color spaces of #db3ccf

RGB 21960207
HSL0.850.690.55
HSV305°73°86°
CMYK 0.000.730.05   0.14
XYZ42.091822.796861.2132
Yxy22.79680.33380.1808
Hunter Lab47.746073.8061-42.5911
CIE-Lab54.862475.6738-42.8897

#db3ccf color RGB value is (219,60,207).

#db3ccf hex color red value is 219, green value is 60 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #db3ccf hue: 0.85 , saturation: 0.69 and the lightness value of db3ccf is 0.55.

The process color (four color CMYK) of #db3ccf color hex is 0.00, 0.73, 0.05, 0.14. Web safe color of #db3ccf is #cc33cc. Color #db3ccf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00111100 11001111
Octal 333 74 317
Decimal 219 60 207
Hex DB 3C CF

RGB Percentages of Color #db3ccf

%45.06
%12.35
%42.59

CMYK Percentages of Color #db3ccf

%0
%73
%5
%14

Triadic Colors of #db3ccf

#db3ccf #cfdb3c #3ccfdb

Analogous Colors of #db3ccf

#db3ccf #db3c80 #983cdb

Monochromatic Colors of #db3ccf

#db3ccf

Complementary Color

#db3ccf #3cdb48

#db3ccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db3ccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#db3ccf Color CSS Codes

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

#db3ccf Text Font Color

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

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


#db3ccf Background Color

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

This div background color is #db3ccf


#db3ccf Border Color

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

This div border color is #db3ccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db3ccf


Comments

No comments written yet.

Please login to write comment.