Color Hex Logo

#c027fb Color Hex

#C027FB
(192,39,251)
0 Favorites   0 Comments

Color spaces of #c027fb

RGB 19239251
HSL0.790.960.57
HSV283°84°98°
CMYK 0.240.840.00   0.02
XYZ39.876319.622592.9526
Yxy19.62250.26160.1287
Hunter Lab44.297383.1650-93.4049
CIE-Lab51.407783.7574-73.5074

#c027fb color RGB value is (192,39,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 00100111 11111011
Octal 300 47 373
Decimal 192 39 251
Hex C0 27 FB

RGB Percentages of Color #c027fb

%39.83
%8.09
%52.07

CMYK Percentages of Color #c027fb

%24
%84
%0
%2

Triadic Colors of #c027fb

#c027fb #fbc027 #27fbc0

Analogous Colors of #c027fb

#c027fb #fb27cc #5627fb

Monochromatic Colors of #c027fb

#c027fb

Complementary Color

#c027fb #62fb27

#c027fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c027fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c027fb Color CSS Codes

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

#c027fb Text Font Color

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

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


#c027fb Background Color

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

This div background color is #c027fb


#c027fb Border Color

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

This div border color is #c027fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c027fb

Related Colors


Comments

No comments written yet.

Please login to write comment.