Color Hex Logo

#d04cbc Color Hex

#D04CBC
(208,76,188)
0 Favorites   0 Comments

Color spaces of #d04cbc

RGB 20876188
HSL0.860.580.56
HSV309°63°82°
CMYK 0.000.630.10   0.18
XYZ37.674022.209649.8782
Yxy22.20960.34320.2023
Hunter Lab47.127160.2229-29.7622
CIE-Lab54.248764.4900-33.0564

#d04cbc color RGB value is (208,76,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 01001100 10111100
Octal 320 114 274
Decimal 208 76 188
Hex D0 4C BC

RGB Percentages of Color #d04cbc

%44.07
%16.10
%39.83

CMYK Percentages of Color #d04cbc

%0
%63
%10
%18

Triadic Colors of #d04cbc

#d04cbc #bcd04c #4cbcd0

Analogous Colors of #d04cbc

#d04cbc #d04c7a #a24cd0

Monochromatic Colors of #d04cbc

#d04cbc

Complementary Color

#d04cbc #4cd060

#d04cbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d04cbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d04cbc Color CSS Codes

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

#d04cbc Text Font Color

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

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


#d04cbc Background Color

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

This div background color is #d04cbc


#d04cbc Border Color

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

This div border color is #d04cbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d04cbc


Comments

No comments written yet.

Please login to write comment.