Color Hex Logo

#c36cdf Color Hex

#C36CDF
(195,108,223)
0 Favorites   0 Comments

Color spaces of #c36cdf

RGB 195108223
HSL0.790.640.65
HSV285°52°87°
CMYK 0.130.520.00   0.13
XYZ41.187527.654972.9792
Yxy27.65490.29040.1950
Hunter Lab52.587947.7745-45.4685
CIE-Lab59.575752.6090-44.7260

#c36cdf color RGB value is (195,108,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 01101100 11011111
Octal 303 154 337
Decimal 195 108 223
Hex C3 6C DF

RGB Percentages of Color #c36cdf

%37.07
%20.53
%42.40

CMYK Percentages of Color #c36cdf

%13
%52
%0
%13

Triadic Colors of #c36cdf

#c36cdf #dfc36c #6cdfc3

Analogous Colors of #c36cdf

#c36cdf #df6cc2 #8a6cdf

Monochromatic Colors of #c36cdf

#c36cdf

Complementary Color

#c36cdf #88df6c

#c36cdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c36cdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c36cdf Color CSS Codes

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

#c36cdf Text Font Color

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

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


#c36cdf Background Color

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

This div background color is #c36cdf


#c36cdf Border Color

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

This div border color is #c36cdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c36cdf


Comments

No comments written yet.

Please login to write comment.