Color Hex Logo

#c36aed Color Hex

#C36AED
(195,106,237)
0 Favorites   0 Comments

Color spaces of #c36aed

RGB 195106237
HSL0.780.780.67
HSV281°55°93°
CMYK 0.180.550.00   0.07
XYZ42.945828.024683.2666
Yxy28.02460.27840.1817
Hunter Lab52.938352.1649-56.2005
CIE-Lab59.911056.4731-52.0134

#c36aed color RGB value is (195,106,237).

#c36aed hex color red value is 195, green value is 106 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #c36aed hue: 0.78 , saturation: 0.78 and the lightness value of c36aed is 0.67.

The process color (four color CMYK) of #c36aed color hex is 0.18, 0.55, 0.00, 0.07. Web safe color of #c36aed is #cc66ff. Color #c36aed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 01101010 11101101
Octal 303 152 355
Decimal 195 106 237
Hex C3 6A ED

RGB Percentages of Color #c36aed

%36.25
%19.70
%44.05

CMYK Percentages of Color #c36aed

%18
%55
%0
%7

Triadic Colors of #c36aed

#c36aed #edc36a #6aedc3

Analogous Colors of #c36aed

#c36aed #ed6ad6 #826aed

Monochromatic Colors of #c36aed

#c36aed

Complementary Color

#c36aed #94ed6a

#c36aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c36aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#c36aed Color CSS Codes

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

#c36aed Text Font Color

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

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


#c36aed Background Color

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

This div background color is #c36aed


#c36aed Border Color

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

This div border color is #c36aed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c36aed


Comments

No comments written yet.

Please login to write comment.