Color Hex Logo

#c392fb Color Hex

#C392FB
(195,146,251)
0 Favorites   0 Comments

Color spaces of #c392fb

RGB 195146251
HSL0.740.930.78
HSV268°42°98°
CMYK 0.220.420.00   0.02
XYZ50.197139.124996.1730
Yxy39.12490.27060.2109
Hunter Lab62.549933.7862-47.3758
CIE-Lab68.841638.4602-45.6151

#c392fb color RGB value is (195,146,251).

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

The process color (four color CMYK) of #c392fb color hex is 0.22, 0.42, 0.00, 0.02. Web safe color of #c392fb is #cc99ff. Color #c392fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 10010010 11111011
Octal 303 222 373
Decimal 195 146 251
Hex C3 92 FB

RGB Percentages of Color #c392fb

%32.94
%24.66
%42.40

CMYK Percentages of Color #c392fb

%22
%42
%0
%2

Triadic Colors of #c392fb

#c392fb #fbc392 #92fbc3

Analogous Colors of #c392fb

#c392fb #f892fb #9296fb

Monochromatic Colors of #c392fb

#c392fb

Complementary Color

#c392fb #cafb92

#c392fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c392fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c392fb Color CSS Codes

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

#c392fb Text Font Color

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

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


#c392fb Background Color

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

This div background color is #c392fb


#c392fb Border Color

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

This div border color is #c392fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c392fb

Related Colors


Comments

No comments written yet.

Please login to write comment.