Color Hex Logo

#d07cbe Color Hex

#D07CBE
(208,124,190)
0 Favorites   0 Comments

Color spaces of #d07cbe

RGB 208124190
HSL0.870.470.65
HSV313°40°82°
CMYK 0.000.400.09   0.18
XYZ42.514331.542952.5628
Yxy31.54290.33580.2491
Hunter Lab56.163136.8355-16.1751
CIE-Lab62.963342.0272-20.7491

#d07cbe color RGB value is (208,124,190).

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

The process color (four color CMYK) of #d07cbe color hex is 0.00, 0.40, 0.09, 0.18. Web safe color of #d07cbe is #cc66cc. Color #d07cbe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01111100 10111110
Octal 320 174 276
Decimal 208 124 190
Hex D0 7C BE

RGB Percentages of Color #d07cbe

%39.85
%23.75
%36.40

CMYK Percentages of Color #d07cbe

%0
%40
%9
%18

Triadic Colors of #d07cbe

#d07cbe #bed07c #7cbed0

Analogous Colors of #d07cbe

#d07cbe #d07c94 #b87cd0

Monochromatic Colors of #d07cbe

#d07cbe

Complementary Color

#d07cbe #7cd08e

#d07cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d07cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d07cbe Color CSS Codes

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

#d07cbe Text Font Color

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

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


#d07cbe Background Color

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

This div background color is #d07cbe


#d07cbe Border Color

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

This div border color is #d07cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d07cbe


Comments

No comments written yet.

Please login to write comment.