Color Hex Logo

#d04cce Color Hex

#D04CCE
(208,76,206)
0 Favorites   0 Comments

Color spaces of #d04cce

RGB 20876206
HSL0.840.580.56
HSV301°63°82°
CMYK 0.000.630.01   0.18
XYZ39.737423.035060.7443
Yxy23.03500.32170.1865
Hunter Lab47.994863.7986-41.4437
CIE-Lab55.108467.3710-42.0431

#d04cce color RGB value is (208,76,206).

#d04cce hex color red value is 208, green value is 76 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #d04cce hue: 0.84 , saturation: 0.58 and the lightness value of d04cce is 0.56.

The process color (four color CMYK) of #d04cce color hex is 0.00, 0.63, 0.01, 0.18. Web safe color of #d04cce is #cc33cc. Color #d04cce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01001100 11001110
Octal 320 114 316
Decimal 208 76 206
Hex D0 4C CE

RGB Percentages of Color #d04cce

%42.45
%15.51
%42.04

CMYK Percentages of Color #d04cce

%0
%63
%1
%18

Triadic Colors of #d04cce

#d04cce #ced04c #4cced0

Analogous Colors of #d04cce

#d04cce #d04c8c #904cd0

Monochromatic Colors of #d04cce

#d04cce

Complementary Color

#d04cce #4cd04e

#d04cce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d04cce Color Preview on White Background

Lorem ipsum dolor sit amet.

#d04cce Color CSS Codes

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

#d04cce Text Font Color

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

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


#d04cce Background Color

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

This div background color is #d04cce


#d04cce Border Color

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

This div border color is #d04cce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d04cce


Comments

No comments written yet.

Please login to write comment.