Color Hex Logo

#c368ee Color Hex

#C368EE
(195,104,238)
0 Favorites   0 Comments

Color spaces of #c368ee

RGB 195104238
HSL0.780.800.67
HSV281°56°93°
CMYK 0.180.560.00   0.07
XYZ42.888627.675883.9704
Yxy27.67580.27750.1791
Hunter Lab52.607853.4588-57.8108
CIE-Lab59.594757.6659-53.0725

#c368ee color RGB value is (195,104,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 01101000 11101110
Octal 303 150 356
Decimal 195 104 238
Hex C3 68 EE

RGB Percentages of Color #c368ee

%36.31
%19.37
%44.32

CMYK Percentages of Color #c368ee

%18
%56
%0
%7

Triadic Colors of #c368ee

#c368ee #eec368 #68eec3

Analogous Colors of #c368ee

#c368ee #ee68d6 #8068ee

Monochromatic Colors of #c368ee

#c368ee

Complementary Color

#c368ee #93ee68

#c368ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c368ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#c368ee Color CSS Codes

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

#c368ee Text Font Color

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

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


#c368ee Background Color

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

This div background color is #c368ee


#c368ee Border Color

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

This div border color is #c368ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c368ee


Comments

No comments written yet.

Please login to write comment.