Color Hex Logo

#c07dbd Color Hex

#C07DBD
(192,125,189)
0 Favorites   0 Comments

Color spaces of #c07dbd

RGB 192125189
HSL0.840.350.62
HSV303°35°75°
CMYK 0.000.350.02   0.25
XYZ38.257229.547851.8310
Yxy29.54780.31980.2470
Hunter Lab54.357930.5024-18.4833
CIE-Lab61.262136.1454-22.9507

#c07dbd color RGB value is (192,125,189).

#c07dbd hex color red value is 192, green value is 125 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #c07dbd hue: 0.84 , saturation: 0.35 and the lightness value of c07dbd is 0.62.

The process color (four color CMYK) of #c07dbd color hex is 0.00, 0.35, 0.02, 0.25. Web safe color of #c07dbd is #cc66cc. Color #c07dbd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01111101 10111101
Octal 300 175 275
Decimal 192 125 189
Hex C0 7D BD

RGB Percentages of Color #c07dbd

%37.94
%24.70
%37.35

CMYK Percentages of Color #c07dbd

%0
%35
%2
%25

Triadic Colors of #c07dbd

#c07dbd #bdc07d #7dbdc0

Analogous Colors of #c07dbd

#c07dbd #c07d9c #a27dc0

Monochromatic Colors of #c07dbd

#c07dbd

Complementary Color

#c07dbd #7dc080

#c07dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c07dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c07dbd Color CSS Codes

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

#c07dbd Text Font Color

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

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


#c07dbd Background Color

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

This div background color is #c07dbd


#c07dbd Border Color

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

This div border color is #c07dbd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(192,125,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c07dbd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c07dbd;
  -webkit-box-shadow: 1px 1px 3px 2px #c07dbd;
  box-shadow:         1px 1px 3px 2px #c07dbd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,125,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c07dbd


Comments

No comments written yet.

Please login to write comment.