color codes Logo

#c27fef color codes

#C27FEF
(194,127,239)
0 Favorites   0 Comments

Color spaces of #c27fef

RGB 194127239
HSL0.770.780.72
HSV276°47°94°
CMYK 0.190.470.00   0.06
XYZ45.417532.880185.6141
Yxy32.88010.27710.2006
Hunter Lab57.341241.0352-48.3850
CIE-Lab64.063745.7972-46.5563

#c27fef color RGB value is (194,127,239).

#c27fef hex color red value is 194, green value is 127 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #c27fef hue: 0.77 , saturation: 0.78 and the lightness value of c27fef is 0.72.

The process color (four color CMYK) of #c27fef color code is 0.19, 0.47, 0.00, 0.06. Web safe color of #c27fef is #cc66ff. Color #c27fef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01111111 11101111
Octal 302 177 357
Decimal 194 127 239
Hex C2 7F EF

RGB Percentages of Color #c27fef

%34.64
%22.68
%42.68

CMYK Percentages of Color #c27fef

%19
%47
%0
%6

Triadic Colors of #c27fef

#c27fef #efc27f #7fefc2

Analogous Colors of #c27fef

#c27fef #ef7fe4 #8a7fef

Monochromatic Colors of #c27fef

#c27fef

Complementary Color

#c27fef #acef7f

#c27fef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c27fef Color Preview on White Background

Lorem ipsum dolor sit amet.

#c27fef Color CSS Codes

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

#c27fef Text Font Color

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

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


#c27fef Background Color

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

This div background color is #c27fef


#c27fef Border Color

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

This div border color is #c27fef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c27fef


Comments

No comments written yet.

Please login to write comment.