Color Hex Logo

#d02369 Color Hex

#D02369
(208,35,105)
0 Favorites   0 Comments

Color spaces of #d02369

RGB 20835105
HSL0.930.710.48
HSV336°83°82°
CMYK 0.000.830.50   0.18
XYZ29.163315.631914.8448
Yxy15.63190.48900.2621
Hunter Lab39.537262.47455.4148
CIE-Lab46.487867.89374.8014

#d02369 color RGB value is (208,35,105).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 00100011 01101001
Octal 320 43 151
Decimal 208 35 105
Hex D0 23 69

RGB Percentages of Color #d02369

%59.77
%10.06
%30.17

CMYK Percentages of Color #d02369

%0
%83
%50
%18

Triadic Colors of #d02369

#d02369 #69d023 #2369d0

Analogous Colors of #d02369

#d02369 #d03423 #d023c0

Monochromatic Colors of #d02369

#d02369

Complementary Color

#d02369 #23d08a

#d02369 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d02369 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d02369 Color CSS Codes

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

#d02369 Text Font Color

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

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


#d02369 Background Color

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

This div background color is #d02369


#d02369 Border Color

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

This div border color is #d02369


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d02369


Comments

No comments written yet.

Please login to write comment.