Color Hex Logo

#c381a4 Color Hex

#C381A4
(195,129,164)
0 Favorites   0 Comments

Color spaces of #c381a4

RGB 195129164
HSL0.910.350.64
HSV328°34°76°
CMYK 0.000.340.16   0.24
XYZ37.056829.983038.9561
Yxy29.98300.34960.2829
Hunter Lab54.756724.9762-3.8515
CIE-Lab61.639630.6161-8.1213

#c381a4 color RGB value is (195,129,164).

#c381a4 hex color red value is 195, green value is 129 and the blue value of its RGB is 164. Cylindrical-coordinate representations (also known as HSL) of color #c381a4 hue: 0.91 , saturation: 0.35 and the lightness value of c381a4 is 0.64.

The process color (four color CMYK) of #c381a4 color hex is 0.00, 0.34, 0.16, 0.24. Web safe color of #c381a4 is #cc9999. Color #c381a4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 10000001 10100100
Octal 303 201 244
Decimal 195 129 164
Hex C3 81 A4

RGB Percentages of Color #c381a4

%39.96
%26.43
%33.61

CMYK Percentages of Color #c381a4

%0
%34
%16
%24

Triadic Colors of #c381a4

#c381a4 #a4c381 #81a4c3

Analogous Colors of #c381a4

#c381a4 #c38183 #c181c3

Monochromatic Colors of #c381a4

#c381a4

Complementary Color

#c381a4 #81c3a0

#c381a4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c381a4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c381a4 Color CSS Codes

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

#c381a4 Text Font Color

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

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


#c381a4 Background Color

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

This div background color is #c381a4


#c381a4 Border Color

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

This div border color is #c381a4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c381a4

#c381a4 Color Palettes


Comments

No comments written yet.

Please login to write comment.