Color Hex Logo

#c274fa Color Hex

#C274FA
(194,116,250)
0 Favorites   0 Comments

Color spaces of #c274fa

RGB 194116250
HSL0.760.930.72
HSV275°54°98°
CMYK 0.220.540.00   0.02
XYZ45.748830.862293.9883
Yxy30.86220.26820.1809
Hunter Lab55.553849.7766-61.4218
CIE-Lab62.391153.9547-55.2725

#c274fa color RGB value is (194,116,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 01110100 11111010
Octal 302 164 372
Decimal 194 116 250
Hex C2 74 FA

RGB Percentages of Color #c274fa

%34.64
%20.71
%44.64

CMYK Percentages of Color #c274fa

%22
%54
%0
%2

Triadic Colors of #c274fa

#c274fa #fac274 #74fac2

Analogous Colors of #c274fa

#c274fa #fa74ef #7f74fa

Monochromatic Colors of #c274fa

#c274fa

Complementary Color

#c274fa #acfa74

#c274fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c274fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c274fa Color CSS Codes

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

#c274fa Text Font Color

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

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


#c274fa Background Color

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

This div background color is #c274fa


#c274fa Border Color

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

This div border color is #c274fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c274fa


Comments

No comments written yet.

Please login to write comment.