Color Hex Logo

#d0307b Color Hex

#D0307B
(208,48,123)
0 Favorites   0 Comments

Color spaces of #d0307b

RGB 20848123
HSL0.920.630.50
HSV332°77°82°
CMYK 0.000.770.41   0.18
XYZ30.644516.953920.3962
Yxy16.95390.45070.2493
Hunter Lab41.175160.7918-0.5469
CIE-Lab48.201966.1208-3.7423

#d0307b color RGB value is (208,48,123).

#d0307b hex color red value is 208, green value is 48 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #d0307b hue: 0.92 , saturation: 0.63 and the lightness value of d0307b is 0.50.

The process color (four color CMYK) of #d0307b color hex is 0.00, 0.77, 0.41, 0.18. Web safe color of #d0307b is #cc3366. Color #d0307b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00110000 01111011
Octal 320 60 173
Decimal 208 48 123
Hex D0 30 7B

RGB Percentages of Color #d0307b

%54.88
%12.66
%32.45

CMYK Percentages of Color #d0307b

%0
%77
%41
%18

Triadic Colors of #d0307b

#d0307b #7bd030 #307bd0

Analogous Colors of #d0307b

#d0307b #d03530 #d030cb

Monochromatic Colors of #d0307b

#d0307b

Complementary Color

#d0307b #30d085

#d0307b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0307b Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0307b Color CSS Codes

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

#d0307b Text Font Color

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

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


#d0307b Background Color

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

This div background color is #d0307b


#d0307b Border Color

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

This div border color is #d0307b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0307b


Comments

No comments written yet.

Please login to write comment.