Color Hex Logo

#c27cfd Color Hex

#C27CFD
(194,124,253)
0 Favorites   0 Comments

Color spaces of #c27cfd

RGB 194124253
HSL0.760.970.74
HSV273°51°99°
CMYK 0.230.510.00   0.01
XYZ47.185432.976596.8067
Yxy32.97650.26660.1863
Hunter Lab57.425246.1767-59.7528
CIE-Lab64.141950.4678-54.1387

#c27cfd color RGB value is (194,124,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 01111100 11111101
Octal 302 174 375
Decimal 194 124 253
Hex C2 7C FD

RGB Percentages of Color #c27cfd

%33.98
%21.72
%44.31

CMYK Percentages of Color #c27cfd

%23
%51
%0
%1

Triadic Colors of #c27cfd

#c27cfd #fdc27c #7cfdc2

Analogous Colors of #c27cfd

#c27cfd #fd7cf8 #827cfd

Monochromatic Colors of #c27cfd

#c27cfd

Complementary Color

#c27cfd #b7fd7c

#c27cfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c27cfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c27cfd Color CSS Codes

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

#c27cfd Text Font Color

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

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


#c27cfd Background Color

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

This div background color is #c27cfd


#c27cfd Border Color

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

This div border color is #c27cfd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,124,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 #c27cfd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c27cfd


Comments

No comments written yet.

Please login to write comment.