Color Hex Logo

#c27fce Color Hex

#C27FCE
(194,127,206)
0 Favorites   0 Comments

Color spaces of #c27fce

RGB 194127206
HSL0.810.450.65
HSV291°38°81°
CMYK 0.060.380.00   0.19
XYZ40.978131.104362.2365
Yxy31.10430.30510.2316
Hunter Lab55.771233.5538-27.1233
CIE-Lab62.595638.9498-30.4714

#c27fce color RGB value is (194,127,206).

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

The process color (four color CMYK) of #c27fce color hex is 0.06, 0.38, 0.00, 0.19. Web safe color of #c27fce is #cc66cc. Color #c27fce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01111111 11001110
Octal 302 177 316
Decimal 194 127 206
Hex C2 7F CE

RGB Percentages of Color #c27fce

%36.81
%24.10
%39.09

CMYK Percentages of Color #c27fce

%6
%38
%0
%19

Triadic Colors of #c27fce

#c27fce #cec27f #7fcec2

Analogous Colors of #c27fce

#c27fce #ce7fb3 #9b7fce

Monochromatic Colors of #c27fce

#c27fce

Complementary Color

#c27fce #8bce7f

#c27fce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c27fce Color Preview on White Background

Lorem ipsum dolor sit amet.

#c27fce Color CSS Codes

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

#c27fce Text Font Color

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

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


#c27fce Background Color

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

This div background color is #c27fce


#c27fce Border Color

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

This div border color is #c27fce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c27fce


Comments

No comments written yet.

Please login to write comment.