Color Hex Logo

#c27bbd Color Hex

#C27BBD
(194,123,189)
0 Favorites   0 Comments

Color spaces of #c27bbd

RGB 194123189
HSL0.850.370.62
HSV304°37°76°
CMYK 0.000.370.03   0.24
XYZ38.516429.309451.7714
Yxy29.30940.32210.2451
Hunter Lab54.138232.2514-18.8013
CIE-Lab61.053737.8753-23.2501

#c27bbd color RGB value is (194,123,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 01111011 10111101
Octal 302 173 275
Decimal 194 123 189
Hex C2 7B BD

RGB Percentages of Color #c27bbd

%38.34
%24.31
%37.35

CMYK Percentages of Color #c27bbd

%0
%37
%3
%24

Triadic Colors of #c27bbd

#c27bbd #bdc27b #7bbdc2

Analogous Colors of #c27bbd

#c27bbd #c27b9a #a47bc2

Monochromatic Colors of #c27bbd

#c27bbd

Complementary Color

#c27bbd #7bc280

#c27bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c27bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c27bbd Color CSS Codes

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

#c27bbd Text Font Color

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

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


#c27bbd Background Color

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

This div background color is #c27bbd


#c27bbd Border Color

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

This div border color is #c27bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c27bbd


Comments

No comments written yet.

Please login to write comment.