Color Hex Logo

#c378da Color Hex

#C378DA
(195,120,218)
0 Favorites   0 Comments

Color spaces of #c378da

RGB 195120218
HSL0.790.570.66
HSV286°45°85°
CMYK 0.110.450.00   0.15
XYZ41.877030.097069.9318
Yxy30.09700.29510.2121
Hunter Lab54.860740.2486-37.1753
CIE-Lab61.737845.3890-38.5272

#c378da color RGB value is (195,120,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 01111000 11011010
Octal 303 170 332
Decimal 195 120 218
Hex C3 78 DA

RGB Percentages of Color #c378da

%36.59
%22.51
%40.90

CMYK Percentages of Color #c378da

%11
%45
%0
%15

Triadic Colors of #c378da

#c378da #dac378 #78dac3

Analogous Colors of #c378da

#c378da #da78c0 #9278da

Monochromatic Colors of #c378da

#c378da

Complementary Color

#c378da #8fda78

#c378da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c378da Color Preview on White Background

Lorem ipsum dolor sit amet.

#c378da Color CSS Codes

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

#c378da Text Font Color

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

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


#c378da Background Color

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

This div background color is #c378da


#c378da Border Color

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

This div border color is #c378da


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(195,120,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 #c378da">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c378da


Comments

No comments written yet.

Please login to write comment.