Color Hex Logo

#c27fcb Color Hex

#C27FCB
(194,127,203)
0 Favorites   0 Comments

Color spaces of #c27fcb

RGB 194127203
HSL0.810.420.65
HSV293°37°80°
CMYK 0.040.370.00   0.20
XYZ40.617030.959960.3350
Yxy30.95990.30790.2347
Hunter Lab55.641632.9277-25.3420
CIE-Lab62.473838.3621-28.9735

#c27fcb color RGB value is (194,127,203).

#c27fcb hex color red value is 194, green value is 127 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #c27fcb hue: 0.81 , saturation: 0.42 and the lightness value of c27fcb is 0.65.

The process color (four color CMYK) of #c27fcb color hex is 0.04, 0.37, 0.00, 0.20. Web safe color of #c27fcb is #cc66cc. Color #c27fcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01111111 11001011
Octal 302 177 313
Decimal 194 127 203
Hex C2 7F CB

RGB Percentages of Color #c27fcb

%37.02
%24.24
%38.74

CMYK Percentages of Color #c27fcb

%4
%37
%0
%20

Triadic Colors of #c27fcb

#c27fcb #cbc27f #7fcbc2

Analogous Colors of #c27fcb

#c27fcb #cb7fae #9c7fcb

Monochromatic Colors of #c27fcb

#c27fcb

Complementary Color

#c27fcb #88cb7f

#c27fcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c27fcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c27fcb Color CSS Codes

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

#c27fcb Text Font Color

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

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


#c27fcb Background Color

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

This div background color is #c27fcb


#c27fcb Border Color

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

This div border color is #c27fcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c27fcb


Comments

No comments written yet.

Please login to write comment.