Color Hex Logo

#c374fe Color Hex

#C374FE
(195,116,254)
0 Favorites   0 Comments

Color spaces of #c374fe

RGB 195116254
HSL0.760.990.73
HSV274°54°100°
CMYK 0.230.540.00   0.00
XYZ46.640531.248697.3393
Yxy31.24860.26620.1783
Hunter Lab55.900451.1056-64.1112
CIE-Lab62.716955.0799-56.9476

#c374fe color RGB value is (195,116,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 01110100 11111110
Octal 303 164 376
Decimal 195 116 254
Hex C3 74 FE

RGB Percentages of Color #c374fe

%34.51
%20.53
%44.96

CMYK Percentages of Color #c374fe

%23
%54
%0
%0

Triadic Colors of #c374fe

#c374fe #fec374 #74fec3

Analogous Colors of #c374fe

#c374fe #fe74f4 #7e74fe

Monochromatic Colors of #c374fe

#c374fe

Complementary Color

#c374fe #affe74

#c374fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c374fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c374fe Color CSS Codes

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

#c374fe Text Font Color

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

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


#c374fe Background Color

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

This div background color is #c374fe


#c374fe Border Color

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

This div border color is #c374fe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(195,116,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c374fe


Comments

No comments written yet.

Please login to write comment.