Color Hex Logo

#c27dbf Color Hex

#C27DBF
(194,125,191)
0 Favorites   0 Comments

Color spaces of #c27dbf

RGB 194125191
HSL0.840.360.63
HSV303°36°76°
CMYK 0.000.360.02   0.24
XYZ38.985729.898253.0064
Yxy29.89820.31980.2453
Hunter Lab54.679231.5799-19.2006
CIE-Lab61.566337.1627-23.5979

#c27dbf color RGB value is (194,125,191).

#c27dbf hex color red value is 194, green value is 125 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #c27dbf hue: 0.84 , saturation: 0.36 and the lightness value of c27dbf is 0.63.

The process color (four color CMYK) of #c27dbf color hex is 0.00, 0.36, 0.02, 0.24. Web safe color of #c27dbf is #cc66cc. Color #c27dbf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01111101 10111111
Octal 302 175 277
Decimal 194 125 191
Hex C2 7D BF

RGB Percentages of Color #c27dbf

%38.04
%24.51
%37.45

CMYK Percentages of Color #c27dbf

%0
%36
%2
%24

Triadic Colors of #c27dbf

#c27dbf #bfc27d #7dbfc2

Analogous Colors of #c27dbf

#c27dbf #c27d9d #a37dc2

Monochromatic Colors of #c27dbf

#c27dbf

Complementary Color

#c27dbf #7dc280

#c27dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c27dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c27dbf Color CSS Codes

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

#c27dbf Text Font Color

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

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


#c27dbf Background Color

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

This div background color is #c27dbf


#c27dbf Border Color

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

This div border color is #c27dbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c27dbf


Comments

No comments written yet.

Please login to write comment.