Color Hex Logo

#c27ffb Color Hex

#C27FFB
(194,127,251)
0 Favorites   0 Comments

Color spaces of #c27ffb

RGB 194127251
HSL0.760.940.74
HSV272°49°98°
CMYK 0.230.490.00   0.02
XYZ47.250133.613195.2644
Yxy33.61310.26830.1908
Hunter Lab57.976844.0150-56.8384
CIE-Lab64.654348.4399-52.2285

#c27ffb color RGB value is (194,127,251).

#c27ffb hex color red value is 194, green value is 127 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #c27ffb hue: 0.76 , saturation: 0.94 and the lightness value of c27ffb is 0.74.

The process color (four color CMYK) of #c27ffb color hex is 0.23, 0.49, 0.00, 0.02. Web safe color of #c27ffb is #cc66ff. Color #c27ffb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01111111 11111011
Octal 302 177 373
Decimal 194 127 251
Hex C2 7F FB

RGB Percentages of Color #c27ffb

%33.92
%22.20
%43.88

CMYK Percentages of Color #c27ffb

%23
%49
%0
%2

Triadic Colors of #c27ffb

#c27ffb #fbc27f #7ffbc2

Analogous Colors of #c27ffb

#c27ffb #fb7ff6 #847ffb

Monochromatic Colors of #c27ffb

#c27ffb

Complementary Color

#c27ffb #b8fb7f

#c27ffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c27ffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c27ffb Color CSS Codes

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

#c27ffb Text Font Color

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

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


#c27ffb Background Color

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

This div background color is #c27ffb


#c27ffb Border Color

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

This div border color is #c27ffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c27ffb


Comments

No comments written yet.

Please login to write comment.