Color Hex Logo

#c27cbc Color Hex

#C27CBC
(194,124,188)
0 Favorites   0 Comments

Color spaces of #c27cbc

RGB 194124188
HSL0.850.360.62
HSV305°36°76°
CMYK 0.000.360.03   0.24
XYZ38.532929.515551.2431
Yxy29.51550.32300.2474
Hunter Lab54.328231.5290-17.8935
CIE-Lab61.233937.1515-22.4066

#c27cbc color RGB value is (194,124,188).

#c27cbc hex color red value is 194, green value is 124 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #c27cbc hue: 0.85 , saturation: 0.36 and the lightness value of c27cbc is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 01111100 10111100
Octal 302 174 274
Decimal 194 124 188
Hex C2 7C BC

RGB Percentages of Color #c27cbc

%38.34
%24.51
%37.15

CMYK Percentages of Color #c27cbc

%0
%36
%3
%24

Triadic Colors of #c27cbc

#c27cbc #bcc27c #7cbcc2

Analogous Colors of #c27cbc

#c27cbc #c27c99 #a57cc2

Monochromatic Colors of #c27cbc

#c27cbc

Complementary Color

#c27cbc #7cc282

#c27cbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c27cbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c27cbc Color CSS Codes

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

#c27cbc Text Font Color

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

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


#c27cbc Background Color

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

This div background color is #c27cbc


#c27cbc Border Color

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

This div border color is #c27cbc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,124,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 #c27cbc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c27cbc


Comments

No comments written yet.

Please login to write comment.