Color Hex Logo

#c36fdd Color Hex

#C36FDD
(195,111,221)
0 Favorites   0 Comments

Color spaces of #c36fdd

RGB 195111221
HSL0.790.620.65
HSV286°50°87°
CMYK 0.120.500.00   0.13
XYZ41.241328.191471.6745
Yxy28.19140.29230.1998
Hunter Lab53.095645.7303-42.8695
CIE-Lab60.061350.6806-42.8394

#c36fdd color RGB value is (195,111,221).

#c36fdd hex color red value is 195, green value is 111 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #c36fdd hue: 0.79 , saturation: 0.62 and the lightness value of c36fdd is 0.65.

The process color (four color CMYK) of #c36fdd color hex is 0.12, 0.50, 0.00, 0.13. Web safe color of #c36fdd is #cc66cc. Color #c36fdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 01101111 11011101
Octal 303 157 335
Decimal 195 111 221
Hex C3 6F DD

RGB Percentages of Color #c36fdd

%37.00
%21.06
%41.94

CMYK Percentages of Color #c36fdd

%12
%50
%0
%13

Triadic Colors of #c36fdd

#c36fdd #ddc36f #6fddc3

Analogous Colors of #c36fdd

#c36fdd #dd6fc0 #8c6fdd

Monochromatic Colors of #c36fdd

#c36fdd

Complementary Color

#c36fdd #89dd6f

#c36fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c36fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c36fdd Color CSS Codes

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

#c36fdd Text Font Color

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

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


#c36fdd Background Color

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

This div background color is #c36fdd


#c36fdd Border Color

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

This div border color is #c36fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c36fdd


Comments

No comments written yet.

Please login to write comment.