Color Hex Logo

#c27efa Color Hex

#C27EFA
(194,126,250)
0 Favorites   0 Comments

Color spaces of #c27efa

RGB 194126250
HSL0.760.930.74
HSV273°50°98°
CMYK 0.220.500.00   0.02
XYZ46.964333.293294.3934
Yxy33.29320.26890.1906
Hunter Lab57.700344.3121-56.6039
CIE-Lab64.397648.7461-52.0863

#c27efa color RGB value is (194,126,250).

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

The process color (four color CMYK) of #c27efa color hex is 0.22, 0.50, 0.00, 0.02. Web safe color of #c27efa is #cc66ff. Color #c27efa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01111110 11111010
Octal 302 176 372
Decimal 194 126 250
Hex C2 7E FA

RGB Percentages of Color #c27efa

%34.04
%22.11
%43.86

CMYK Percentages of Color #c27efa

%22
%50
%0
%2

Triadic Colors of #c27efa

#c27efa #fac27e #7efac2

Analogous Colors of #c27efa

#c27efa #fa7ef4 #847efa

Monochromatic Colors of #c27efa

#c27efa

Complementary Color

#c27efa #b6fa7e

#c27efa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c27efa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c27efa Color CSS Codes

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

#c27efa Text Font Color

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

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


#c27efa Background Color

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

This div background color is #c27efa


#c27efa Border Color

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

This div border color is #c27efa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c27efa

Related Colors


Comments

No comments written yet.

Please login to write comment.