Color Hex Logo

#c095fb Color Hex

#C095FB
(192,149,251)
0 Favorites   0 Comments

Color spaces of #c095fb

RGB 192149251
HSL0.740.930.78
HSV265°41°98°
CMYK 0.240.410.00   0.02
XYZ49.898339.666496.2932
Yxy39.66640.26850.2134
Hunter Lab62.981331.2034-46.5627
CIE-Lab69.231335.9773-45.0233

#c095fb color RGB value is (192,149,251).

#c095fb hex color red value is 192, green value is 149 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #c095fb hue: 0.74 , saturation: 0.93 and the lightness value of c095fb is 0.78.

The process color (four color CMYK) of #c095fb color hex is 0.24, 0.41, 0.00, 0.02. Web safe color of #c095fb is #cc99ff. Color #c095fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10010101 11111011
Octal 300 225 373
Decimal 192 149 251
Hex C0 95 FB

RGB Percentages of Color #c095fb

%32.43
%25.17
%42.40

CMYK Percentages of Color #c095fb

%24
%41
%0
%2

Triadic Colors of #c095fb

#c095fb #fbc095 #95fbc0

Analogous Colors of #c095fb

#c095fb #f395fb #959dfb

Monochromatic Colors of #c095fb

#c095fb

Complementary Color

#c095fb #d0fb95

#c095fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c095fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c095fb Color CSS Codes

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

#c095fb Text Font Color

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

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


#c095fb Background Color

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

This div background color is #c095fb


#c095fb Border Color

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

This div border color is #c095fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c095fb

Related Colors


Comments

No comments written yet.

Please login to write comment.