Color Hex Logo

#dc4bec Color Hex

#DC4BEC
(220,75,236)
0 Favorites   0 Comments

Color spaces of #dc4bec

RGB 22075236
HSL0.820.810.61
HSV294°68°93°
CMYK 0.070.680.00   0.07
XYZ47.171626.303981.9478
Yxy26.30390.30350.1692
Hunter Lab51.287374.4228-58.8335
CIE-Lab58.324475.5045-53.7781

#dc4bec color RGB value is (220,75,236).

#dc4bec hex color red value is 220, green value is 75 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #dc4bec hue: 0.82 , saturation: 0.81 and the lightness value of dc4bec is 0.61.

The process color (four color CMYK) of #dc4bec color hex is 0.07, 0.68, 0.00, 0.07. Web safe color of #dc4bec is #cc33ff. Color #dc4bec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01001011 11101100
Octal 334 113 354
Decimal 220 75 236
Hex DC 4B EC

RGB Percentages of Color #dc4bec

%41.43
%14.12
%44.44

CMYK Percentages of Color #dc4bec

%7
%68
%0
%7

Triadic Colors of #dc4bec

#dc4bec #ecdc4b #4becdc

Analogous Colors of #dc4bec

#dc4bec #ec4bac #8c4bec

Monochromatic Colors of #dc4bec

#dc4bec

Complementary Color

#dc4bec #5bec4b

#dc4bec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc4bec Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc4bec Color CSS Codes

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

#dc4bec Text Font Color

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

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


#dc4bec Background Color

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

This div background color is #dc4bec


#dc4bec Border Color

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

This div border color is #dc4bec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc4bec


Comments

No comments written yet.

Please login to write comment.