Color Hex Logo

#c36ffd Color Hex

#C36FFD
(195,111,253)
0 Favorites   0 Comments

Color spaces of #c36ffd

RGB 195111253
HSL0.770.970.71
HSV275°56°99°
CMYK 0.230.560.00   0.01
XYZ45.919730.062896.3110
Yxy30.06280.26650.1745
Hunter Lab54.829653.5419-65.7653
CIE-Lab61.708457.3850-58.0056

#c36ffd color RGB value is (195,111,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 01101111 11111101
Octal 303 157 375
Decimal 195 111 253
Hex C3 6F FD

RGB Percentages of Color #c36ffd

%34.88
%19.86
%45.26

CMYK Percentages of Color #c36ffd

%23
%56
%0
%1

Triadic Colors of #c36ffd

#c36ffd #fdc36f #6ffdc3

Analogous Colors of #c36ffd

#c36ffd #fd6ff0 #7c6ffd

Monochromatic Colors of #c36ffd

#c36ffd

Complementary Color

#c36ffd #a9fd6f

#c36ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c36ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c36ffd Color CSS Codes

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

#c36ffd Text Font Color

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

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


#c36ffd Background Color

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

This div background color is #c36ffd


#c36ffd Border Color

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

This div border color is #c36ffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c36ffd

Related Colors


Comments

No comments written yet.

Please login to write comment.