Color Hex Logo

#c369bc Color Hex

#C369BC
(195,105,188)
0 Favorites   0 Comments

Color spaces of #c369bc

RGB 195105188
HSL0.850.430.59
HSV305°46°76°
CMYK 0.000.460.04   0.24
XYZ36.634425.336150.5365
Yxy25.33610.32560.2252
Hunter Lab50.335041.8282-24.2929
CIE-Lab57.401447.4906-28.2960

#c369bc color RGB value is (195,105,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 01101001 10111100
Octal 303 151 274
Decimal 195 105 188
Hex C3 69 BC

RGB Percentages of Color #c369bc

%39.96
%21.52
%38.52

CMYK Percentages of Color #c369bc

%0
%46
%4
%24

Triadic Colors of #c369bc

#c369bc #bcc369 #69bcc3

Analogous Colors of #c369bc

#c369bc #c3698f #9d69c3

Monochromatic Colors of #c369bc

#c369bc

Complementary Color

#c369bc #69c370

#c369bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c369bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c369bc Color CSS Codes

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

#c369bc Text Font Color

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

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


#c369bc Background Color

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

This div background color is #c369bc


#c369bc Border Color

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

This div border color is #c369bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c369bc


Comments

No comments written yet.

Please login to write comment.