Color Hex Logo

#c01fbe Color Hex

#C01FBE
(192,31,190)
0 Favorites   0 Comments

Color spaces of #c01fbe

RGB 19231190
HSL0.840.720.44
HSV301°84°75°
CMYK 0.000.840.01   0.25
XYZ31.522515.904150.1236
Yxy15.90410.32310.1630
Hunter Lab39.879971.3027-46.6034
CIE-Lab46.848475.1983-46.0679

#c01fbe color RGB value is (192,31,190).

#c01fbe hex color red value is 192, green value is 31 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #c01fbe hue: 0.84 , saturation: 0.72 and the lightness value of c01fbe is 0.44.

The process color (four color CMYK) of #c01fbe color hex is 0.00, 0.84, 0.01, 0.25. Web safe color of #c01fbe is #cc33cc. Color #c01fbe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00011111 10111110
Octal 300 37 276
Decimal 192 31 190
Hex C0 1F BE

RGB Percentages of Color #c01fbe

%46.49
%7.51
%46.00

CMYK Percentages of Color #c01fbe

%0
%84
%1
%25

Triadic Colors of #c01fbe

#c01fbe #bec01f #1fbec0

Analogous Colors of #c01fbe

#c01fbe #c01f6e #721fc0

Monochromatic Colors of #c01fbe

#c01fbe

Complementary Color

#c01fbe #1fc021

#c01fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c01fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c01fbe Color CSS Codes

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

#c01fbe Text Font Color

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

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


#c01fbe Background Color

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

This div background color is #c01fbe


#c01fbe Border Color

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

This div border color is #c01fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c01fbe


Comments

No comments written yet.

Please login to write comment.