Color Hex Logo

#c27cbb Color Hex

#C27CBB
(194,124,187)
0 Favorites   0 Comments

Color spaces of #c27cbb

RGB 194124187
HSL0.850.360.62
HSV306°36°76°
CMYK 0.000.360.04   0.24
XYZ38.425429.472550.6772
Yxy29.47250.32410.2486
Hunter Lab54.288631.3371-17.3439
CIE-Lab61.196436.9688-21.8965

#c27cbb color RGB value is (194,124,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 01111100 10111011
Octal 302 174 273
Decimal 194 124 187
Hex C2 7C BB

RGB Percentages of Color #c27cbb

%38.42
%24.55
%37.03

CMYK Percentages of Color #c27cbb

%0
%36
%4
%24

Triadic Colors of #c27cbb

#c27cbb #bbc27c #7cbbc2

Analogous Colors of #c27cbb

#c27cbb #c27c98 #a67cc2

Monochromatic Colors of #c27cbb

#c27cbb

Complementary Color

#c27cbb #7cc283

#c27cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c27cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c27cbb Color CSS Codes

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

#c27cbb Text Font Color

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

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


#c27cbb Background Color

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

This div background color is #c27cbb


#c27cbb Border Color

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

This div border color is #c27cbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c27cbb


Comments

No comments written yet.

Please login to write comment.