Color Hex Logo

#d0233f Color Hex

#D0233F
(208,35,63)
0 Favorites   0 Comments

Color spaces of #d0233f

RGB 2083563
HSL0.970.710.48
HSV350°83°82°
CMYK 0.000.830.70   0.18
XYZ27.510714.97086.1423
Yxy14.97080.56580.3079
Hunter Lab38.692159.205117.6723
CIE-Lab45.594265.251229.4925

#d0233f color RGB value is (208,35,63).

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

The process color (four color CMYK) of #d0233f color hex is 0.00, 0.83, 0.70, 0.18. Web safe color of #d0233f is #cc3333. Color #d0233f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00100011 00111111
Octal 320 43 77
Decimal 208 35 63
Hex D0 23 3F

RGB Percentages of Color #d0233f

%67.97
%11.44
%20.59

CMYK Percentages of Color #d0233f

%0
%83
%70
%18

Triadic Colors of #d0233f

#d0233f #3fd023 #233fd0

Analogous Colors of #d0233f

#d0233f #d05e23 #d02396

Monochromatic Colors of #d0233f

#d0233f

Complementary Color

#d0233f #23d0b4

#d0233f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0233f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0233f Color CSS Codes

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

#d0233f Text Font Color

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

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


#d0233f Background Color

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

This div background color is #d0233f


#d0233f Border Color

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

This div border color is #d0233f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0233f


Comments

No comments written yet.

Please login to write comment.