Color Hex Logo

#c374de Color Hex

#C374DE
(195,116,222)
0 Favorites   0 Comments

Color spaces of #c374de

RGB 195116222
HSL0.790.620.66
HSV285°48°87°
CMYK 0.120.480.00   0.13
XYZ41.935929.366872.5653
Yxy29.36680.29150.2041
Hunter Lab54.191143.2980-41.4592
CIE-Lab61.104048.2994-41.7594

#c374de color RGB value is (195,116,222).

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

The process color (four color CMYK) of #c374de color hex is 0.12, 0.48, 0.00, 0.13. Web safe color of #c374de is #cc66cc. Color #c374de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 01110100 11011110
Octal 303 164 336
Decimal 195 116 222
Hex C3 74 DE

RGB Percentages of Color #c374de

%36.59
%21.76
%41.65

CMYK Percentages of Color #c374de

%12
%48
%0
%13

Triadic Colors of #c374de

#c374de #dec374 #74dec3

Analogous Colors of #c374de

#c374de #de74c4 #8e74de

Monochromatic Colors of #c374de

#c374de

Complementary Color

#c374de #8fde74

#c374de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c374de Color Preview on White Background

Lorem ipsum dolor sit amet.

#c374de Color CSS Codes

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

#c374de Text Font Color

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

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


#c374de Background Color

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

This div background color is #c374de


#c374de Border Color

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

This div border color is #c374de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c374de


Comments

No comments written yet.

Please login to write comment.