Color Hex Logo

#c069fb Color Hex

#C069FB
(192,105,251)
0 Favorites   0 Comments

Color spaces of #c069fb

RGB 192105251
HSL0.770.950.70
HSV276°58°98°
CMYK 0.240.580.00   0.02
XYZ44.202428.274794.3946
Yxy28.27470.26490.1694
Hunter Lab53.174055.3289-68.0300
CIE-Lab60.136159.2089-59.4345

#c069fb color RGB value is (192,105,251).

#c069fb hex color red value is 192, green value is 105 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #c069fb hue: 0.77 , saturation: 0.95 and the lightness value of c069fb is 0.70.

The process color (four color CMYK) of #c069fb color hex is 0.24, 0.58, 0.00, 0.02. Web safe color of #c069fb is #cc66ff. Color #c069fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01101001 11111011
Octal 300 151 373
Decimal 192 105 251
Hex C0 69 FB

RGB Percentages of Color #c069fb

%35.04
%19.16
%45.80

CMYK Percentages of Color #c069fb

%24
%58
%0
%2

Triadic Colors of #c069fb

#c069fb #fbc069 #69fbc0

Analogous Colors of #c069fb

#c069fb #fb69ed #7769fb

Monochromatic Colors of #c069fb

#c069fb

Complementary Color

#c069fb #a4fb69

#c069fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c069fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c069fb Color CSS Codes

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

#c069fb Text Font Color

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

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


#c069fb Background Color

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

This div background color is #c069fb


#c069fb Border Color

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

This div border color is #c069fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c069fb


Comments

No comments written yet.

Please login to write comment.