Color Hex Logo

#c069ff Color Hex

#C069FF
(192,105,255)
0 Favorites   0 Comments

Color spaces of #c069ff

RGB 192105255
HSL0.761.000.71
HSV275°59°100°
CMYK 0.250.590.00   0.00
XYZ44.839828.529697.7512
Yxy28.52960.26200.1667
Hunter Lab53.413156.3761-71.1173
CIE-Lab60.364260.0788-61.2754

#c069ff color RGB value is (192,105,255).

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

The process color (four color CMYK) of #c069ff color hex is 0.25, 0.59, 0.00, 0.00. Web safe color of #c069ff is #cc66ff. Color #c069ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01101001 11111111
Octal 300 151 377
Decimal 192 105 255
Hex C0 69 FF

RGB Percentages of Color #c069ff

%34.78
%19.02
%46.20

CMYK Percentages of Color #c069ff

%25
%59
%0
%0

Triadic Colors of #c069ff

#c069ff #ffc069 #69ffc0

Analogous Colors of #c069ff

#c069ff #ff69f3 #7569ff

Monochromatic Colors of #c069ff

#c069ff

Complementary Color

#c069ff #a8ff69

#c069ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c069ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c069ff Color CSS Codes

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

#c069ff Text Font Color

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

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


#c069ff Background Color

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

This div background color is #c069ff


#c069ff Border Color

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

This div border color is #c069ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c069ff

#c069ff Color Palettes


Comments

No comments written yet.

Please login to write comment.