Color Hex Logo

#d07bea Color Hex

#D07BEA
(208,123,234)
0 Favorites   0 Comments

Color spaces of #d07bea

RGB 208123234
HSL0.790.730.70
HSV286°47°92°
CMYK 0.110.470.00   0.08
XYZ47.946733.516381.7841
Yxy33.51630.29370.2053
Hunter Lab57.893346.5189-43.2319
CIE-Lab64.576850.7110-42.8769

#d07bea color RGB value is (208,123,234).

#d07bea hex color red value is 208, green value is 123 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #d07bea hue: 0.79 , saturation: 0.73 and the lightness value of d07bea is 0.70.

The process color (four color CMYK) of #d07bea color hex is 0.11, 0.47, 0.00, 0.08. Web safe color of #d07bea is #cc66ff. Color #d07bea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01111011 11101010
Octal 320 173 352
Decimal 208 123 234
Hex D0 7B EA

RGB Percentages of Color #d07bea

%36.81
%21.77
%41.42

CMYK Percentages of Color #d07bea

%11
%47
%0
%8

Triadic Colors of #d07bea

#d07bea #ead07b #7bead0

Analogous Colors of #d07bea

#d07bea #ea7bcd #997bea

Monochromatic Colors of #d07bea

#d07bea

Complementary Color

#d07bea #95ea7b

#d07bea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d07bea Color Preview on White Background

Lorem ipsum dolor sit amet.

#d07bea Color CSS Codes

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

#d07bea Text Font Color

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

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


#d07bea Background Color

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

This div background color is #d07bea


#d07bea Border Color

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

This div border color is #d07bea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d07bea


Comments

No comments written yet.

Please login to write comment.