Color Hex Logo

#c368dc Color Hex

#C368DC
(195,104,220)
0 Favorites   0 Comments

Color spaces of #c368dc

RGB 195104220
HSL0.800.620.64
HSV287°53°86°
CMYK 0.110.530.00   0.14
XYZ40.374326.670070.7300
Yxy26.67000.29300.1936
Hunter Lab51.643049.1753-45.0532
CIE-Lab58.667654.0163-44.4747

#c368dc color RGB value is (195,104,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 01101000 11011100
Octal 303 150 334
Decimal 195 104 220
Hex C3 68 DC

RGB Percentages of Color #c368dc

%37.57
%20.04
%42.39

CMYK Percentages of Color #c368dc

%11
%53
%0
%14

Triadic Colors of #c368dc

#c368dc #dcc368 #68dcc3

Analogous Colors of #c368dc

#c368dc #dc68bb #8968dc

Monochromatic Colors of #c368dc

#c368dc

Complementary Color

#c368dc #81dc68

#c368dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c368dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c368dc Color CSS Codes

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

#c368dc Text Font Color

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

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


#c368dc Background Color

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

This div background color is #c368dc


#c368dc Border Color

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

This div border color is #c368dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c368dc


Comments

No comments written yet.

Please login to write comment.