Color Hex Logo

#c36ffe Color Hex

#C36FFE
(195,111,254)
0 Favorites   0 Comments

Color spaces of #c36ffe

RGB 195111254
HSL0.760.990.72
HSV275°56°100°
CMYK 0.230.560.00   0.00
XYZ46.079530.126797.1523
Yxy30.12670.26580.1738
Hunter Lab54.887853.8010-66.5228
CIE-Lab61.763457.6024-58.4682

#c36ffe color RGB value is (195,111,254).

#c36ffe hex color red value is 195, green value is 111 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #c36ffe hue: 0.76 , saturation: 0.99 and the lightness value of c36ffe is 0.72.

The process color (four color CMYK) of #c36ffe color hex is 0.23, 0.56, 0.00, 0.00. Web safe color of #c36ffe is #cc66ff. Color #c36ffe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 01101111 11111110
Octal 303 157 376
Decimal 195 111 254
Hex C3 6F FE

RGB Percentages of Color #c36ffe

%34.82
%19.82
%45.36

CMYK Percentages of Color #c36ffe

%23
%56
%0
%0

Triadic Colors of #c36ffe

#c36ffe #fec36f #6ffec3

Analogous Colors of #c36ffe

#c36ffe #fe6ff2 #7c6ffe

Monochromatic Colors of #c36ffe

#c36ffe

Complementary Color

#c36ffe #aafe6f

#c36ffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c36ffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c36ffe Color CSS Codes

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

#c36ffe Text Font Color

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

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


#c36ffe Background Color

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

This div background color is #c36ffe


#c36ffe Border Color

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

This div border color is #c36ffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c36ffe


Comments

No comments written yet.

Please login to write comment.