Color Hex Logo

#c360de Color Hex

#C360DE
(195,96,222)
0 Favorites   0 Comments

Color spaces of #c360de

RGB 19596222
HSL0.800.660.62
HSV287°57°87°
CMYK 0.120.570.00   0.13
XYZ39.873425.241871.8778
Yxy25.24180.29110.1843
Hunter Lab50.241253.7425-49.6546
CIE-Lab57.310358.3062-47.7469

#c360de color RGB value is (195,96,222).

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

The process color (four color CMYK) of #c360de color hex is 0.12, 0.57, 0.00, 0.13. Web safe color of #c360de is #cc66cc. Color #c360de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 01100000 11011110
Octal 303 140 336
Decimal 195 96 222
Hex C3 60 DE

RGB Percentages of Color #c360de

%38.01
%18.71
%43.27

CMYK Percentages of Color #c360de

%12
%57
%0
%13

Triadic Colors of #c360de

#c360de #dec360 #60dec3

Analogous Colors of #c360de

#c360de #de60ba #8460de

Monochromatic Colors of #c360de

#c360de

Complementary Color

#c360de #7bde60

#c360de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c360de Color Preview on White Background

Lorem ipsum dolor sit amet.

#c360de Color CSS Codes

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

#c360de Text Font Color

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

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


#c360de Background Color

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

This div background color is #c360de


#c360de Border Color

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

This div border color is #c360de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c360de


Comments

No comments written yet.

Please login to write comment.