Color Hex Logo

#c069eb Color Hex

#C069EB
(192,105,235)
0 Favorites   0 Comments

Color spaces of #c069eb

RGB 192105235
HSL0.780.760.67
HSV280°55°92°
CMYK 0.180.550.00   0.08
XYZ41.785227.307881.6659
Yxy27.30780.27720.1811
Hunter Lab52.256951.2812-56.0773
CIE-Lab59.258255.7991-51.9593

#c069eb color RGB value is (192,105,235).

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

The process color (four color CMYK) of #c069eb color hex is 0.18, 0.55, 0.00, 0.08. Web safe color of #c069eb is #cc66ff. Color #c069eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01101001 11101011
Octal 300 151 353
Decimal 192 105 235
Hex C0 69 EB

RGB Percentages of Color #c069eb

%36.09
%19.74
%44.17

CMYK Percentages of Color #c069eb

%18
%55
%0
%8

Triadic Colors of #c069eb

#c069eb #ebc069 #69ebc0

Analogous Colors of #c069eb

#c069eb #eb69d5 #7f69eb

Monochromatic Colors of #c069eb

#c069eb

Complementary Color

#c069eb #94eb69

#c069eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c069eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c069eb Color CSS Codes

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

#c069eb Text Font Color

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

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


#c069eb Background Color

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

This div background color is #c069eb


#c069eb Border Color

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

This div border color is #c069eb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,105,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c069eb


Comments

No comments written yet.

Please login to write comment.