Color Hex Logo

#dcbefe Color Hex

#DCBEFE
(220,190,254)
0 Favorites   0 Comments

Color spaces of #dcbefe

RGB 220190254
HSL0.740.970.87
HSV268°25°100°
CMYK 0.130.250.00   0.00
XYZ65.818059.1983101.7234
Yxy59.19830.29030.2611
Hunter Lab76.940418.0505-24.5294
CIE-Lab81.400522.5265-27.5847

#dcbefe color RGB value is (220,190,254).

#dcbefe hex color red value is 220, green value is 190 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #dcbefe hue: 0.74 , saturation: 0.97 and the lightness value of dcbefe is 0.87.

The process color (four color CMYK) of #dcbefe color hex is 0.13, 0.25, 0.00, 0.00. Web safe color of #dcbefe is #ccccff. Color #dcbefe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111110 11111110
Octal 334 276 376
Decimal 220 190 254
Hex DC BE FE

RGB Percentages of Color #dcbefe

%33.13
%28.61
%38.25

CMYK Percentages of Color #dcbefe

%13
%25
%0
%0

Triadic Colors of #dcbefe

#dcbefe #fedcbe #befedc

Analogous Colors of #dcbefe

#dcbefe #fcbefe #bec0fe

Monochromatic Colors of #dcbefe

#dcbefe

Complementary Color

#dcbefe #e0febe

#dcbefe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbefe Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbefe Color CSS Codes

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

#dcbefe Text Font Color

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

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


#dcbefe Background Color

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

This div background color is #dcbefe


#dcbefe Border Color

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

This div border color is #dcbefe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcbefe

Related Colors


Comments

No comments written yet.

Please login to write comment.