Color Hex Logo

#c069ed Color Hex

#C069ED
(192,105,237)
0 Favorites   0 Comments

Color spaces of #c069ed

RGB 192105237
HSL0.780.790.67
HSV280°56°93°
CMYK 0.190.560.00   0.07
XYZ42.075927.424083.1965
Yxy27.42400.27560.1796
Hunter Lab52.367951.7750-57.5360
CIE-Lab59.364756.2192-52.9038

#c069ed color RGB value is (192,105,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 01101001 11101101
Octal 300 151 355
Decimal 192 105 237
Hex C0 69 ED

RGB Percentages of Color #c069ed

%35.96
%19.66
%44.38

CMYK Percentages of Color #c069ed

%19
%56
%0
%7

Triadic Colors of #c069ed

#c069ed #edc069 #69edc0

Analogous Colors of #c069ed

#c069ed #ed69d8 #7e69ed

Monochromatic Colors of #c069ed

#c069ed

Complementary Color

#c069ed #96ed69

#c069ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c069ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#c069ed Color CSS Codes

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

#c069ed Text Font Color

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

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


#c069ed Background Color

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

This div background color is #c069ed


#c069ed Border Color

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

This div border color is #c069ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c069ed


Comments

No comments written yet.

Please login to write comment.