Color Hex Logo

#c368ed Color Hex

#C368ED
(195,104,237)
0 Favorites   0 Comments

Color spaces of #c368ed

RGB 195104237
HSL0.780.790.67
HSV281°56°93°
CMYK 0.180.560.00   0.07
XYZ42.742127.617283.1987
Yxy27.61720.27830.1798
Hunter Lab52.552153.2130-57.0795
CIE-Lab59.541357.4588-52.6010

#c368ed color RGB value is (195,104,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 01101000 11101101
Octal 303 150 355
Decimal 195 104 237
Hex C3 68 ED

RGB Percentages of Color #c368ed

%36.38
%19.40
%44.22

CMYK Percentages of Color #c368ed

%18
%56
%0
%7

Triadic Colors of #c368ed

#c368ed #edc368 #68edc3

Analogous Colors of #c368ed

#c368ed #ed68d5 #8168ed

Monochromatic Colors of #c368ed

#c368ed

Complementary Color

#c368ed #92ed68

#c368ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c368ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#c368ed Color CSS Codes

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

#c368ed Text Font Color

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

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


#c368ed Background Color

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

This div background color is #c368ed


#c368ed Border Color

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

This div border color is #c368ed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(195,104,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 #c368ed">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c368ed


Comments

No comments written yet.

Please login to write comment.