Color Hex Logo

#d07be3 Color Hex

#D07BE3
(208,123,227)
0 Favorites   0 Comments

Color spaces of #d07be3

RGB 208123227
HSL0.800.650.69
HSV289°46°89°
CMYK 0.080.460.00   0.11
XYZ46.960533.121976.5911
Yxy33.12190.29970.2114
Hunter Lab57.551644.9356-38.6184
CIE-Lab64.259549.3308-39.4916

#d07be3 color RGB value is (208,123,227).

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

The process color (four color CMYK) of #d07be3 color hex is 0.08, 0.46, 0.00, 0.11. Web safe color of #d07be3 is #cc66cc. Color #d07be3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01111011 11100011
Octal 320 173 343
Decimal 208 123 227
Hex D0 7B E3

RGB Percentages of Color #d07be3

%37.28
%22.04
%40.68

CMYK Percentages of Color #d07be3

%8
%46
%0
%11

Triadic Colors of #d07be3

#d07be3 #e3d07b #7be3d0

Analogous Colors of #d07be3

#d07be3 #e37bc2 #9c7be3

Monochromatic Colors of #d07be3

#d07be3

Complementary Color

#d07be3 #8ee37b

#d07be3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d07be3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d07be3 Color CSS Codes

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

#d07be3 Text Font Color

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

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


#d07be3 Background Color

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

This div background color is #d07be3


#d07be3 Border Color

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

This div border color is #d07be3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d07be3


Comments

No comments written yet.

Please login to write comment.