Color Hex Logo

#c36cff Color Hex

#C36CFF
(195,108,255)
3 Favorites   0 Comments

Color spaces of #c36cff

RGB 195108255
HSL0.771.000.71
HSV276°58°100°
CMYK 0.240.580.00   0.00
XYZ45.918229.547297.8908
Yxy29.54720.26490.1704
Hunter Lab54.357355.6620-68.7238
CIE-Lab61.261659.3066-59.8200

#c36cff color RGB value is (195,108,255).

#c36cff hex color red value is 195, green value is 108 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #c36cff hue: 0.77 , saturation: 1.00 and the lightness value of c36cff is 0.71.

The process color (four color CMYK) of #c36cff color hex is 0.24, 0.58, 0.00, 0.00. Web safe color of #c36cff is #cc66ff. Color #c36cff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 01101100 11111111
Octal 303 154 377
Decimal 195 108 255
Hex C3 6C FF

RGB Percentages of Color #c36cff

%34.95
%19.35
%45.70

CMYK Percentages of Color #c36cff

%24
%58
%0
%0

Triadic Colors of #c36cff

#c36cff #ffc36c #6cffc3

Analogous Colors of #c36cff

#c36cff #ff6cf2 #7a6cff

Monochromatic Colors of #c36cff

#c36cff

Complementary Color

#c36cff #a8ff6c

#c36cff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c36cff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c36cff Color CSS Codes

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

#c36cff Text Font Color

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

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


#c36cff Background Color

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

This div background color is #c36cff


#c36cff Border Color

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

This div border color is #c36cff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c36cff

#c36cff Color Palettes


Comments

No comments written yet.

Please login to write comment.