Color Hex Logo

#c36edc Color Hex

#C36EDC
(195,110,220)
0 Favorites   0 Comments

Color spaces of #c36edc

RGB 195110220
HSL0.800.610.65
HSV286°50°86°
CMYK 0.110.500.00   0.14
XYZ40.999927.921370.9386
Yxy27.92130.29310.1996
Hunter Lab52.840646.0300-42.6085
CIE-Lab59.817650.9910-42.6621

#c36edc color RGB value is (195,110,220).

#c36edc hex color red value is 195, green value is 110 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #c36edc hue: 0.80 , saturation: 0.61 and the lightness value of c36edc is 0.65.

The process color (four color CMYK) of #c36edc color hex is 0.11, 0.50, 0.00, 0.14. Web safe color of #c36edc is #cc66cc. Color #c36edc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 01101110 11011100
Octal 303 156 334
Decimal 195 110 220
Hex C3 6E DC

RGB Percentages of Color #c36edc

%37.14
%20.95
%41.90

CMYK Percentages of Color #c36edc

%11
%50
%0
%14

Triadic Colors of #c36edc

#c36edc #dcc36e #6edcc3

Analogous Colors of #c36edc

#c36edc #dc6ebe #8c6edc

Monochromatic Colors of #c36edc

#c36edc

Complementary Color

#c36edc #87dc6e

#c36edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c36edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c36edc Color CSS Codes

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

#c36edc Text Font Color

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

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


#c36edc Background Color

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

This div background color is #c36edc


#c36edc Border Color

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

This div border color is #c36edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c36edc


Comments

No comments written yet.

Please login to write comment.