Color Hex Logo

#d02360 Color Hex

#D02360
(208,35,96)
0 Favorites   0 Comments

Color spaces of #d02360

RGB 2083596
HSL0.940.710.48
HSV339°83°82°
CMYK 0.000.830.54   0.18
XYZ28.724815.456512.5358
Yxy15.45650.50650.2725
Hunter Lab39.314861.61788.6153
CIE-Lab46.253267.206110.0373

#d02360 color RGB value is (208,35,96).

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

The process color (four color CMYK) of #d02360 color hex is 0.00, 0.83, 0.54, 0.18. Web safe color of #d02360 is #cc3366. Color #d02360 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00100011 01100000
Octal 320 43 140
Decimal 208 35 96
Hex D0 23 60

RGB Percentages of Color #d02360

%61.36
%10.32
%28.32

CMYK Percentages of Color #d02360

%0
%83
%54
%18

Triadic Colors of #d02360

#d02360 #60d023 #2360d0

Analogous Colors of #d02360

#d02360 #d03d23 #d023b7

Monochromatic Colors of #d02360

#d02360

Complementary Color

#d02360 #23d093

#d02360 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d02360 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d02360 Color CSS Codes

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

#d02360 Text Font Color

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

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


#d02360 Background Color

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

This div background color is #d02360


#d02360 Border Color

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

This div border color is #d02360


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d02360


Comments

No comments written yet.

Please login to write comment.