Color Hex Logo

#c27fda Color Hex

#C27FDA
(194,127,218)
0 Favorites   0 Comments

Color spaces of #c27fda

RGB 194127218
HSL0.790.550.68
HSV284°42°85°
CMYK 0.110.420.00   0.15
XYZ42.492431.710070.2107
Yxy31.71000.29420.2196
Hunter Lab56.311636.1496-34.5061
CIE-Lab63.102541.3616-36.4034

#c27fda color RGB value is (194,127,218).

#c27fda hex color red value is 194, green value is 127 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #c27fda hue: 0.79 , saturation: 0.55 and the lightness value of c27fda is 0.68.

The process color (four color CMYK) of #c27fda color hex is 0.11, 0.42, 0.00, 0.15. Web safe color of #c27fda is #cc66cc. Color #c27fda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01111111 11011010
Octal 302 177 332
Decimal 194 127 218
Hex C2 7F DA

RGB Percentages of Color #c27fda

%35.99
%23.56
%40.45

CMYK Percentages of Color #c27fda

%11
%42
%0
%15

Triadic Colors of #c27fda

#c27fda #dac27f #7fdac2

Analogous Colors of #c27fda

#c27fda #da7fc5 #957fda

Monochromatic Colors of #c27fda

#c27fda

Complementary Color

#c27fda #97da7f

#c27fda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c27fda Color Preview on White Background

Lorem ipsum dolor sit amet.

#c27fda Color CSS Codes

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

#c27fda Text Font Color

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

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


#c27fda Background Color

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

This div background color is #c27fda


#c27fda Border Color

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

This div border color is #c27fda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c27fda


Comments

No comments written yet.

Please login to write comment.