Color Hex Logo

#c369ba Color Hex

#C369BA
(195,105,186)
0 Favorites   0 Comments

Color spaces of #c369ba

RGB 195105186
HSL0.850.430.59
HSV306°46°76°
CMYK 0.000.460.05   0.24
XYZ36.420225.250449.4086
Yxy25.25040.32790.2273
Hunter Lab50.249841.4367-23.1226
CIE-Lab57.318647.1372-27.2781

#c369ba color RGB value is (195,105,186).

#c369ba hex color red value is 195, green value is 105 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #c369ba hue: 0.85 , saturation: 0.43 and the lightness value of c369ba is 0.59.

The process color (four color CMYK) of #c369ba color hex is 0.00, 0.46, 0.05, 0.24. Web safe color of #c369ba is #cc66cc. Color #c369ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 01101001 10111010
Octal 303 151 272
Decimal 195 105 186
Hex C3 69 BA

RGB Percentages of Color #c369ba

%40.12
%21.60
%38.27

CMYK Percentages of Color #c369ba

%0
%46
%5
%24

Triadic Colors of #c369ba

#c369ba #bac369 #69bac3

Analogous Colors of #c369ba

#c369ba #c3698d #9f69c3

Monochromatic Colors of #c369ba

#c369ba

Complementary Color

#c369ba #69c372

#c369ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c369ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c369ba Color CSS Codes

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

#c369ba Text Font Color

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

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


#c369ba Background Color

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

This div background color is #c369ba


#c369ba Border Color

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

This div border color is #c369ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c369ba


Comments

No comments written yet.

Please login to write comment.