Color Hex Logo

#c269ed Color Hex

#C269ED
(194,105,237)
0 Favorites   0 Comments

Color spaces of #c269ed

RGB 194105237
HSL0.780.790.67
HSV280°56°93°
CMYK 0.180.560.00   0.07
XYZ42.585827.686983.2204
Yxy27.68690.27740.1804
Hunter Lab52.618352.3840-56.9394
CIE-Lab59.604856.7176-52.5074

#c269ed color RGB value is (194,105,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 01101001 11101101
Octal 302 151 355
Decimal 194 105 237
Hex C2 69 ED

RGB Percentages of Color #c269ed

%36.19
%19.59
%44.22

CMYK Percentages of Color #c269ed

%18
%56
%0
%7

Triadic Colors of #c269ed

#c269ed #edc269 #69edc2

Analogous Colors of #c269ed

#c269ed #ed69d6 #8069ed

Monochromatic Colors of #c269ed

#c269ed

Complementary Color

#c269ed #94ed69

#c269ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c269ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#c269ed Color CSS Codes

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

#c269ed Text Font Color

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

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


#c269ed Background Color

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

This div background color is #c269ed


#c269ed Border Color

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

This div border color is #c269ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c269ed


Comments

No comments written yet.

Please login to write comment.