Color Hex Logo

#c374eb Color Hex

#C374EB
(195,116,235)
0 Favorites   0 Comments

Color spaces of #c374eb

RGB 195116235
HSL0.780.750.69
HSV280°51°92°
CMYK 0.170.510.00   0.08
XYZ43.746530.091082.0997
Yxy30.09100.28050.1930
Hunter Lab54.855346.3552-50.3383
CIE-Lab61.732750.9908-48.0141

#c374eb color RGB value is (195,116,235).

#c374eb hex color red value is 195, green value is 116 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #c374eb hue: 0.78 , saturation: 0.75 and the lightness value of c374eb is 0.69.

The process color (four color CMYK) of #c374eb color hex is 0.17, 0.51, 0.00, 0.08. Web safe color of #c374eb is #cc66ff. Color #c374eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 01110100 11101011
Octal 303 164 353
Decimal 195 116 235
Hex C3 74 EB

RGB Percentages of Color #c374eb

%35.71
%21.25
%43.04

CMYK Percentages of Color #c374eb

%17
%51
%0
%8

Triadic Colors of #c374eb

#c374eb #ebc374 #74ebc3

Analogous Colors of #c374eb

#c374eb #eb74d8 #8874eb

Monochromatic Colors of #c374eb

#c374eb

Complementary Color

#c374eb #9ceb74

#c374eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c374eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c374eb Color CSS Codes

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

#c374eb Text Font Color

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

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


#c374eb Background Color

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

This div background color is #c374eb


#c374eb Border Color

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

This div border color is #c374eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c374eb


Comments

No comments written yet.

Please login to write comment.