Color Hex Logo

#c374ee Color Hex

#C374EE
(195,116,238)
0 Favorites   0 Comments

Color spaces of #c374ee

RGB 195116238
HSL0.770.780.69
HSV279°51°93°
CMYK 0.180.510.00   0.07
XYZ44.183730.265984.4021
Yxy30.26590.27810.1905
Hunter Lab55.014547.0832-52.4514
CIE-Lab61.883051.6246-49.4410

#c374ee color RGB value is (195,116,238).

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

The process color (four color CMYK) of #c374ee color hex is 0.18, 0.51, 0.00, 0.07. Web safe color of #c374ee is #cc66ff. Color #c374ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 01110100 11101110
Octal 303 164 356
Decimal 195 116 238
Hex C3 74 EE

RGB Percentages of Color #c374ee

%35.52
%21.13
%43.35

CMYK Percentages of Color #c374ee

%18
%51
%0
%7

Triadic Colors of #c374ee

#c374ee #eec374 #74eec3

Analogous Colors of #c374ee

#c374ee #ee74dc #8674ee

Monochromatic Colors of #c374ee

#c374ee

Complementary Color

#c374ee #9fee74

#c374ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c374ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#c374ee Color CSS Codes

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

#c374ee Text Font Color

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

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


#c374ee Background Color

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

This div background color is #c374ee


#c374ee Border Color

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

This div border color is #c374ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c374ee


Comments

No comments written yet.

Please login to write comment.