Color Hex Logo

#d03293 Color Hex

#D03293
(208,50,147)
0 Favorites   0 Comments

Color spaces of #d03293

RGB 20850147
HSL0.900.630.51
HSV323°76°82°
CMYK 0.000.760.29   0.18
XYZ32.419517.797729.3304
Yxy17.79770.40750.2237
Hunter Lab42.187363.3433-11.6898
CIE-Lab49.249868.0996-16.6666

#d03293 color RGB value is (208,50,147).

#d03293 hex color red value is 208, green value is 50 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #d03293 hue: 0.90 , saturation: 0.63 and the lightness value of d03293 is 0.51.

The process color (four color CMYK) of #d03293 color hex is 0.00, 0.76, 0.29, 0.18. Web safe color of #d03293 is #cc3399. Color #d03293 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00110010 10010011
Octal 320 62 223
Decimal 208 50 147
Hex D0 32 93

RGB Percentages of Color #d03293

%51.36
%12.35
%36.30

CMYK Percentages of Color #d03293

%0
%76
%29
%18

Triadic Colors of #d03293

#d03293 #93d032 #3293d0

Analogous Colors of #d03293

#d03293 #d03244 #be32d0

Monochromatic Colors of #d03293

#d03293

Complementary Color

#d03293 #32d06f

#d03293 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d03293 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d03293 Color CSS Codes

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

#d03293 Text Font Color

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

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


#d03293 Background Color

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

This div background color is #d03293


#d03293 Border Color

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

This div border color is #d03293


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d03293


Comments

No comments written yet.

Please login to write comment.