Color Hex Logo

#dc7bee Color Hex

#DC7BEE
(220,123,238)
0 Favorites   0 Comments

Color spaces of #dc7bee

RGB 220123238
HSL0.810.770.71
HSV291°48°93°
CMYK 0.080.480.00   0.07
XYZ52.030835.554685.0093
Yxy35.55460.30150.2060
Hunter Lab59.627751.4097-42.7885
CIE-Lab66.178254.8032-42.4749

#dc7bee color RGB value is (220,123,238).

#dc7bee hex color red value is 220, green value is 123 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #dc7bee hue: 0.81 , saturation: 0.77 and the lightness value of dc7bee is 0.71.

The process color (four color CMYK) of #dc7bee color hex is 0.08, 0.48, 0.00, 0.07. Web safe color of #dc7bee is #cc66ff. Color #dc7bee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01111011 11101110
Octal 334 173 356
Decimal 220 123 238
Hex DC 7B EE

RGB Percentages of Color #dc7bee

%37.87
%21.17
%40.96

CMYK Percentages of Color #dc7bee

%8
%48
%0
%7

Triadic Colors of #dc7bee

#dc7bee #eedc7b #7beedc

Analogous Colors of #dc7bee

#dc7bee #ee7bc7 #a37bee

Monochromatic Colors of #dc7bee

#dc7bee

Complementary Color

#dc7bee #8dee7b

#dc7bee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc7bee Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc7bee Color CSS Codes

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

#dc7bee Text Font Color

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

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


#dc7bee Background Color

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

This div background color is #dc7bee


#dc7bee Border Color

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

This div border color is #dc7bee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc7bee


Comments

No comments written yet.

Please login to write comment.