Color Hex Logo

#d00b98 Color Hex

#D00B98
(208,11,152)
0 Favorites   0 Comments

Color spaces of #d00b98

RGB 20811152
HSL0.880.900.43
HSV317°95°82°
CMYK 0.000.950.27   0.18
XYZ31.799615.916231.1019
Yxy15.91620.40350.2019
Hunter Lab39.895172.4623-18.2954
CIE-Lab46.864476.1408-23.3293

#d00b98 color RGB value is (208,11,152).

#d00b98 hex color red value is 208, green value is 11 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #d00b98 hue: 0.88 , saturation: 0.90 and the lightness value of d00b98 is 0.43.

The process color (four color CMYK) of #d00b98 color hex is 0.00, 0.95, 0.27, 0.18. Web safe color of #d00b98 is #cc0099. Color #d00b98 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00001011 10011000
Octal 320 13 230
Decimal 208 11 152
Hex D0 B 98

RGB Percentages of Color #d00b98

%56.06
%2.96
%40.97

CMYK Percentages of Color #d00b98

%0
%95
%27
%18

Triadic Colors of #d00b98

#d00b98 #98d00b #0b98d0

Analogous Colors of #d00b98

#d00b98 #d00b36 #a60bd0

Monochromatic Colors of #d00b98

#d00b98

Complementary Color

#d00b98 #0bd043

#d00b98 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d00b98 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d00b98 Color CSS Codes

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

#d00b98 Text Font Color

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

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


#d00b98 Background Color

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

This div background color is #d00b98


#d00b98 Border Color

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

This div border color is #d00b98


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d00b98


Comments

No comments written yet.

Please login to write comment.