Color Hex Logo

#c27efd Color Hex

#C27EFD
(194,126,253)
0 Favorites   0 Comments

Color spaces of #c27efd

RGB 194126253
HSL0.760.970.74
HSV272°50°99°
CMYK 0.230.500.00   0.01
XYZ47.438633.482996.8911
Yxy33.48290.26680.1883
Hunter Lab57.864445.0758-58.7731
CIE-Lab64.550049.4154-53.4909

#c27efd color RGB value is (194,126,253).

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

The process color (four color CMYK) of #c27efd color hex is 0.23, 0.50, 0.00, 0.01. Web safe color of #c27efd is #cc66ff. Color #c27efd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01111110 11111101
Octal 302 176 375
Decimal 194 126 253
Hex C2 7E FD

RGB Percentages of Color #c27efd

%33.86
%21.99
%44.15

CMYK Percentages of Color #c27efd

%23
%50
%0
%1

Triadic Colors of #c27efd

#c27efd #fdc27e #7efdc2

Analogous Colors of #c27efd

#c27efd #fd7ef9 #837efd

Monochromatic Colors of #c27efd

#c27efd

Complementary Color

#c27efd #b9fd7e

#c27efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c27efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c27efd Color CSS Codes

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

#c27efd Text Font Color

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

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


#c27efd Background Color

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

This div background color is #c27efd


#c27efd Border Color

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

This div border color is #c27efd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c27efd


Comments

No comments written yet.

Please login to write comment.