Color Hex Logo

#c039fb Color Hex

#C039FB
(192,57,251)
0 Favorites   0 Comments

Color spaces of #c039fb

RGB 19257251
HSL0.780.960.60
HSV282°77°98°
CMYK 0.240.770.00   0.02
XYZ40.613921.097893.1985
Yxy21.09780.26220.1362
Hunter Lab45.932377.4501-88.1491
CIE-Lab53.056478.9448-70.8320

#c039fb color RGB value is (192,57,251).

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

The process color (four color CMYK) of #c039fb color hex is 0.24, 0.77, 0.00, 0.02. Web safe color of #c039fb is #cc33ff. Color #c039fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00111001 11111011
Octal 300 71 373
Decimal 192 57 251
Hex C0 39 FB

RGB Percentages of Color #c039fb

%38.40
%11.40
%50.20

CMYK Percentages of Color #c039fb

%24
%77
%0
%2

Triadic Colors of #c039fb

#c039fb #fbc039 #39fbc0

Analogous Colors of #c039fb

#c039fb #fb39d5 #5f39fb

Monochromatic Colors of #c039fb

#c039fb

Complementary Color

#c039fb #74fb39

#c039fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c039fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c039fb Color CSS Codes

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

#c039fb Text Font Color

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

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


#c039fb Background Color

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

This div background color is #c039fb


#c039fb Border Color

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

This div border color is #c039fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c039fb

Related Colors


Comments

No comments written yet.

Please login to write comment.