Color Hex Logo

#c369cb Color Hex

#C369CB
(195,105,203)
0 Favorites   0 Comments

Color spaces of #c369cb

RGB 195105203
HSL0.820.490.60
HSV295°48°80°
CMYK 0.040.480.00   0.20
XYZ38.336726.017059.5011
Yxy26.01700.30950.2101
Hunter Lab51.006944.8984-33.4588
CIE-Lab58.053250.2324-35.8349

#c369cb color RGB value is (195,105,203).

#c369cb hex color red value is 195, green value is 105 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #c369cb hue: 0.82 , saturation: 0.49 and the lightness value of c369cb is 0.60.

The process color (four color CMYK) of #c369cb color hex is 0.04, 0.48, 0.00, 0.20. Web safe color of #c369cb is #cc66cc. Color #c369cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 01101001 11001011
Octal 303 151 313
Decimal 195 105 203
Hex C3 69 CB

RGB Percentages of Color #c369cb

%38.77
%20.87
%40.36

CMYK Percentages of Color #c369cb

%4
%48
%0
%20

Triadic Colors of #c369cb

#c369cb #cbc369 #69cbc3

Analogous Colors of #c369cb

#c369cb #cb69a2 #9269cb

Monochromatic Colors of #c369cb

#c369cb

Complementary Color

#c369cb #71cb69

#c369cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c369cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c369cb Color CSS Codes

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

#c369cb Text Font Color

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

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


#c369cb Background Color

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

This div background color is #c369cb


#c369cb Border Color

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

This div border color is #c369cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c369cb


Comments

No comments written yet.

Please login to write comment.