Color Hex Logo

#c374ef Color Hex

#C374EF
(195,116,239)
0 Favorites   0 Comments

Color spaces of #c374ef

RGB 195116239
HSL0.770.790.70
HSV279°51°94°
CMYK 0.180.510.00   0.06
XYZ44.331130.324985.1781
Yxy30.32490.27740.1897
Hunter Lab55.068047.3277-53.1609
CIE-Lab61.933551.8369-49.9151

#c374ef color RGB value is (195,116,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 01110100 11101111
Octal 303 164 357
Decimal 195 116 239
Hex C3 74 EF

RGB Percentages of Color #c374ef

%35.45
%21.09
%43.45

CMYK Percentages of Color #c374ef

%18
%51
%0
%6

Triadic Colors of #c374ef

#c374ef #efc374 #74efc3

Analogous Colors of #c374ef

#c374ef #ef74de #8674ef

Monochromatic Colors of #c374ef

#c374ef

Complementary Color

#c374ef #a0ef74

#c374ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c374ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#c374ef Color CSS Codes

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

#c374ef Text Font Color

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

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


#c374ef Background Color

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

This div background color is #c374ef


#c374ef Border Color

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

This div border color is #c374ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c374ef


Comments

No comments written yet.

Please login to write comment.