Color Hex Logo

#c27cbd Color Hex

#C27CBD
(194,124,189)
0 Favorites   0 Comments

Color spaces of #c27cbd

RGB 194124189
HSL0.850.360.62
HSV304°36°76°
CMYK 0.000.360.03   0.24
XYZ38.641129.558851.8129
Yxy29.55880.32200.2463
Hunter Lab54.368031.7217-18.4460
CIE-Lab61.271737.3348-22.9160

#c27cbd color RGB value is (194,124,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 01111100 10111101
Octal 302 174 275
Decimal 194 124 189
Hex C2 7C BD

RGB Percentages of Color #c27cbd

%38.26
%24.46
%37.28

CMYK Percentages of Color #c27cbd

%0
%36
%3
%24

Triadic Colors of #c27cbd

#c27cbd #bdc27c #7cbdc2

Analogous Colors of #c27cbd

#c27cbd #c27c9a #a47cc2

Monochromatic Colors of #c27cbd

#c27cbd

Complementary Color

#c27cbd #7cc281

#c27cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c27cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c27cbd Color CSS Codes

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

#c27cbd Text Font Color

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

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


#c27cbd Background Color

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

This div background color is #c27cbd


#c27cbd Border Color

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

This div border color is #c27cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c27cbd


Comments

No comments written yet.

Please login to write comment.