Color Hex Logo

#db233f Color Hex

#DB233F
(219,35,63)
0 Favorites   0 Comments

Color spaces of #db233f

RGB 2193563
HSL0.970.720.50
HSV351°84°86°
CMYK 0.000.840.71   0.14
XYZ30.711716.62106.2921
Yxy16.62100.57270.3099
Hunter Lab40.768963.120819.3876
CIE-Lab47.778968.194432.6407

#db233f color RGB value is (219,35,63).

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

The process color (four color CMYK) of #db233f color hex is 0.00, 0.84, 0.71, 0.14. Web safe color of #db233f is #cc3333. Color #db233f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00100011 00111111
Octal 333 43 77
Decimal 219 35 63
Hex DB 23 3F

RGB Percentages of Color #db233f

%69.09
%11.04
%19.87

CMYK Percentages of Color #db233f

%0
%84
%71
%14

Triadic Colors of #db233f

#db233f #3fdb23 #233fdb

Analogous Colors of #db233f

#db233f #db6323 #db239b

Monochromatic Colors of #db233f

#db233f

Complementary Color

#db233f #23dbbf

#db233f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db233f Color Preview on White Background

Lorem ipsum dolor sit amet.

#db233f Color CSS Codes

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

#db233f Text Font Color

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

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


#db233f Background Color

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

This div background color is #db233f


#db233f Border Color

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

This div border color is #db233f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db233f


Comments

No comments written yet.

Please login to write comment.