Color Hex Logo

#c369ed Color Hex

#C369ED
(195,105,237)
0 Favorites   0 Comments

Color spaces of #c369ed

RGB 195105237
HSL0.780.790.67
HSV281°56°93°
CMYK 0.180.560.00   0.07
XYZ42.843327.819783.2324
Yxy27.81970.27840.1808
Hunter Lab52.744452.6896-56.6405
CIE-Lab59.725556.9670-52.3081

#c369ed color RGB value is (195,105,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 01101001 11101101
Octal 303 151 355
Decimal 195 105 237
Hex C3 69 ED

RGB Percentages of Color #c369ed

%36.31
%19.55
%44.13

CMYK Percentages of Color #c369ed

%18
%56
%0
%7

Triadic Colors of #c369ed

#c369ed #edc369 #69edc3

Analogous Colors of #c369ed

#c369ed #ed69d5 #8169ed

Monochromatic Colors of #c369ed

#c369ed

Complementary Color

#c369ed #93ed69

#c369ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c369ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#c369ed Color CSS Codes

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

#c369ed Text Font Color

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

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


#c369ed Background Color

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

This div background color is #c369ed


#c369ed Border Color

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

This div border color is #c369ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c369ed


Comments

No comments written yet.

Please login to write comment.