Color Hex Logo

#c374fa Color Hex

#C374FA
(195,116,250)
0 Favorites   0 Comments

Color spaces of #c374fa

RGB 195116250
HSL0.760.930.72
HSV275°54°98°
CMYK 0.220.540.00   0.02
XYZ46.006430.995094.0003
Yxy30.99500.26900.1813
Hunter Lab55.673250.0783-61.1359
CIE-Lab62.503454.2048-55.0870

#c374fa color RGB value is (195,116,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 01110100 11111010
Octal 303 164 372
Decimal 195 116 250
Hex C3 74 FA

RGB Percentages of Color #c374fa

%34.76
%20.68
%44.56

CMYK Percentages of Color #c374fa

%22
%54
%0
%2

Triadic Colors of #c374fa

#c374fa #fac374 #74fac3

Analogous Colors of #c374fa

#c374fa #fa74ee #8074fa

Monochromatic Colors of #c374fa

#c374fa

Complementary Color

#c374fa #abfa74

#c374fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c374fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c374fa Color CSS Codes

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

#c374fa Text Font Color

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

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


#c374fa Background Color

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

This div background color is #c374fa


#c374fa Border Color

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

This div border color is #c374fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c374fa

Related Colors


Comments

No comments written yet.

Please login to write comment.