Color Hex Logo

#c365ed Color Hex

#C365ED
(195,101,237)
0 Favorites   0 Comments

Color spaces of #c365ed

RGB 195101237
HSL0.780.790.66
HSV281°57°93°
CMYK 0.180.570.00   0.07
XYZ42.445427.023983.0998
Yxy27.02390.27820.1771
Hunter Lab51.984554.7725-58.3888
CIE-Lab58.996458.9190-53.4679

#c365ed color RGB value is (195,101,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 01100101 11101101
Octal 303 145 355
Decimal 195 101 237
Hex C3 65 ED

RGB Percentages of Color #c365ed

%36.59
%18.95
%44.47

CMYK Percentages of Color #c365ed

%18
%57
%0
%7

Triadic Colors of #c365ed

#c365ed #edc365 #65edc3

Analogous Colors of #c365ed

#c365ed #ed65d3 #7f65ed

Monochromatic Colors of #c365ed

#c365ed

Complementary Color

#c365ed #8fed65

#c365ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c365ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#c365ed Color CSS Codes

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

#c365ed Text Font Color

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

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


#c365ed Background Color

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

This div background color is #c365ed


#c365ed Border Color

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

This div border color is #c365ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c365ed


Comments

No comments written yet.

Please login to write comment.