Color Hex Logo

#c374da Color Hex

#C374DA
(195,116,218)
0 Favorites   0 Comments

Color spaces of #c374da

RGB 195116218
HSL0.800.580.65
HSV286°47°85°
CMYK 0.110.470.00   0.15
XYZ41.406029.154869.7748
Yxy29.15480.29500.2078
Hunter Lab53.995242.3905-38.8203
CIE-Lab60.918047.4910-39.8114

#c374da color RGB value is (195,116,218).

#c374da hex color red value is 195, green value is 116 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #c374da hue: 0.80 , saturation: 0.58 and the lightness value of c374da is 0.65.

The process color (four color CMYK) of #c374da color hex is 0.11, 0.47, 0.00, 0.15. Web safe color of #c374da is #cc66cc. Color #c374da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 01110100 11011010
Octal 303 164 332
Decimal 195 116 218
Hex C3 74 DA

RGB Percentages of Color #c374da

%36.86
%21.93
%41.21

CMYK Percentages of Color #c374da

%11
%47
%0
%15

Triadic Colors of #c374da

#c374da #dac374 #74dac3

Analogous Colors of #c374da

#c374da #da74be #9074da

Monochromatic Colors of #c374da

#c374da

Complementary Color

#c374da #8bda74

#c374da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c374da Color Preview on White Background

Lorem ipsum dolor sit amet.

#c374da Color CSS Codes

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

#c374da Text Font Color

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

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


#c374da Background Color

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

This div background color is #c374da


#c374da Border Color

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

This div border color is #c374da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c374da


Comments

No comments written yet.

Please login to write comment.