Color Hex Logo

#c365bc Color Hex

#C365BC
(195,101,188)
0 Favorites   0 Comments

Color spaces of #c365bc

RGB 195101188
HSL0.850.440.58
HSV304°48°76°
CMYK 0.000.480.04   0.24
XYZ36.236524.540350.4038
Yxy24.54030.32590.2207
Hunter Lab49.538243.8785-25.6493
CIE-Lab56.624749.5162-29.4994

#c365bc color RGB value is (195,101,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 01100101 10111100
Octal 303 145 274
Decimal 195 101 188
Hex C3 65 BC

RGB Percentages of Color #c365bc

%40.29
%20.87
%38.84

CMYK Percentages of Color #c365bc

%0
%48
%4
%24

Triadic Colors of #c365bc

#c365bc #bcc365 #65bcc3

Analogous Colors of #c365bc

#c365bc #c3658d #9b65c3

Monochromatic Colors of #c365bc

#c365bc

Complementary Color

#c365bc #65c36c

#c365bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c365bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c365bc Color CSS Codes

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

#c365bc Text Font Color

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

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


#c365bc Background Color

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

This div background color is #c365bc


#c365bc Border Color

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

This div border color is #c365bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c365bc


Comments

No comments written yet.

Please login to write comment.