Color Hex Logo

#c381ba Color Hex

#C381BA
(195,129,186)
0 Favorites   0 Comments

Color spaces of #c381ba

RGB 195129186
HSL0.860.350.64
HSV308°34°76°
CMYK 0.000.340.05   0.24
XYZ39.218930.847850.3415
Yxy30.84780.32570.2562
Hunter Lab55.540828.8474-14.8612
CIE-Lab62.378934.3991-19.5146

#c381ba color RGB value is (195,129,186).

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

The process color (four color CMYK) of #c381ba color hex is 0.00, 0.34, 0.05, 0.24. Web safe color of #c381ba is #cc99cc. Color #c381ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 10000001 10111010
Octal 303 201 272
Decimal 195 129 186
Hex C3 81 BA

RGB Percentages of Color #c381ba

%38.24
%25.29
%36.47

CMYK Percentages of Color #c381ba

%0
%34
%5
%24

Triadic Colors of #c381ba

#c381ba #bac381 #81bac3

Analogous Colors of #c381ba

#c381ba #c38199 #ab81c3

Monochromatic Colors of #c381ba

#c381ba

Complementary Color

#c381ba #81c38a

#c381ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c381ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c381ba Color CSS Codes

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

#c381ba Text Font Color

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

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


#c381ba Background Color

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

This div background color is #c381ba


#c381ba Border Color

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

This div border color is #c381ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c381ba


Comments

No comments written yet.

Please login to write comment.