Color Hex Logo

#d07bbc Color Hex

#D07BBC
(208,123,188)
0 Favorites   0 Comments

Color spaces of #d07bbc

RGB 208123188
HSL0.870.470.65
HSV314°41°82°
CMYK 0.000.410.10   0.18
XYZ42.172531.206751.3777
Yxy31.20670.33800.2501
Hunter Lab55.863036.9944-15.4255
CIE-Lab62.681742.2133-20.0465

#d07bbc color RGB value is (208,123,188).

#d07bbc hex color red value is 208, green value is 123 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #d07bbc hue: 0.87 , saturation: 0.47 and the lightness value of d07bbc is 0.65.

The process color (four color CMYK) of #d07bbc color hex is 0.00, 0.41, 0.10, 0.18. Web safe color of #d07bbc is #cc66cc. Color #d07bbc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01111011 10111100
Octal 320 173 274
Decimal 208 123 188
Hex D0 7B BC

RGB Percentages of Color #d07bbc

%40.08
%23.70
%36.22

CMYK Percentages of Color #d07bbc

%0
%41
%10
%18

Triadic Colors of #d07bbc

#d07bbc #bcd07b #7bbcd0

Analogous Colors of #d07bbc

#d07bbc #d07b92 #ba7bd0

Monochromatic Colors of #d07bbc

#d07bbc

Complementary Color

#d07bbc #7bd08f

#d07bbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d07bbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d07bbc Color CSS Codes

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

#d07bbc Text Font Color

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

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


#d07bbc Background Color

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

This div background color is #d07bbc


#d07bbc Border Color

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

This div border color is #d07bbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d07bbc


Comments

No comments written yet.

Please login to write comment.