Color Hex Logo

#c374fb Color Hex

#C374FB
(195,116,251)
0 Favorites   0 Comments

Color spaces of #c374fb

RGB 195116251
HSL0.760.940.72
HSV275°54°98°
CMYK 0.220.540.00   0.02
XYZ46.163731.057994.8285
Yxy31.05790.26830.1805
Hunter Lab55.729650.3339-61.8761
CIE-Lab62.556554.4230-55.5532

#c374fb color RGB value is (195,116,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 01110100 11111011
Octal 303 164 373
Decimal 195 116 251
Hex C3 74 FB

RGB Percentages of Color #c374fb

%34.70
%20.64
%44.66

CMYK Percentages of Color #c374fb

%22
%54
%0
%2

Triadic Colors of #c374fb

#c374fb #fbc374 #74fbc3

Analogous Colors of #c374fb

#c374fb #fb74f0 #8074fb

Monochromatic Colors of #c374fb

#c374fb

Complementary Color

#c374fb #acfb74

#c374fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c374fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c374fb Color CSS Codes

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

#c374fb Text Font Color

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

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


#c374fb Background Color

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

This div background color is #c374fb


#c374fb Border Color

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

This div border color is #c374fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c374fb


Comments

No comments written yet.

Please login to write comment.