Color Hex Logo

#c369c5 Color Hex

#C369C5
(195,105,197)
0 Favorites   0 Comments

Color spaces of #c369c5

RGB 195105197
HSL0.830.440.59
HSV299°47°77°
CMYK 0.010.470.00   0.23
XYZ37.635325.736555.8074
Yxy25.73650.31580.2159
Hunter Lab50.731243.6421-29.7109
CIE-Lab57.786149.1168-32.8393

#c369c5 color RGB value is (195,105,197).

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

The process color (four color CMYK) of #c369c5 color hex is 0.01, 0.47, 0.00, 0.23. Web safe color of #c369c5 is #cc66cc. Color #c369c5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 01101001 11000101
Octal 303 151 305
Decimal 195 105 197
Hex C3 69 C5

RGB Percentages of Color #c369c5

%39.24
%21.13
%39.64

CMYK Percentages of Color #c369c5

%1
%47
%0
%23

Triadic Colors of #c369c5

#c369c5 #c5c369 #69c5c3

Analogous Colors of #c369c5

#c369c5 #c56999 #9569c5

Monochromatic Colors of #c369c5

#c369c5

Complementary Color

#c369c5 #6bc569

#c369c5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c369c5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c369c5 Color CSS Codes

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

#c369c5 Text Font Color

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

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


#c369c5 Background Color

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

This div background color is #c369c5


#c369c5 Border Color

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

This div border color is #c369c5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c369c5


Comments

No comments written yet.

Please login to write comment.