Color Hex Logo

#c27fcf Color Hex

#C27FCF
(194,127,207)
0 Favorites   0 Comments

Color spaces of #c27fcf

RGB 194127207
HSL0.810.450.65
HSV290°39°81°
CMYK 0.060.390.00   0.19
XYZ41.100031.153162.8784
Yxy31.15310.30410.2305
Hunter Lab55.815033.7644-27.7227
CIE-Lab62.636739.1469-30.9692

#c27fcf color RGB value is (194,127,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 01111111 11001111
Octal 302 177 317
Decimal 194 127 207
Hex C2 7F CF

RGB Percentages of Color #c27fcf

%36.74
%24.05
%39.20

CMYK Percentages of Color #c27fcf

%6
%39
%0
%19

Triadic Colors of #c27fcf

#c27fcf #cfc27f #7fcfc2

Analogous Colors of #c27fcf

#c27fcf #cf7fb4 #9a7fcf

Monochromatic Colors of #c27fcf

#c27fcf

Complementary Color

#c27fcf #8ccf7f

#c27fcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c27fcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c27fcf Color CSS Codes

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

#c27fcf Text Font Color

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

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


#c27fcf Background Color

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

This div background color is #c27fcf


#c27fcf Border Color

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

This div border color is #c27fcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c27fcf


Comments

No comments written yet.

Please login to write comment.