Color Hex Logo

#c130fb Color Hex

#C130FB
(193,48,251)
0 Favorites   0 Comments

Color spaces of #c130fb

RGB 19348251
HSL0.790.960.59
HSV283°81°98°
CMYK 0.230.810.00   0.02
XYZ40.461920.416493.0750
Yxy20.41640.26280.1326
Hunter Lab45.184580.7706-90.5016
CIE-Lab52.304881.7140-72.0440

#c130fb color RGB value is (193,48,251).

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

The process color (four color CMYK) of #c130fb color hex is 0.23, 0.81, 0.00, 0.02. Web safe color of #c130fb is #cc33ff. Color #c130fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00110000 11111011
Octal 301 60 373
Decimal 193 48 251
Hex C1 30 FB

RGB Percentages of Color #c130fb

%39.23
%9.76
%51.02

CMYK Percentages of Color #c130fb

%23
%81
%0
%2

Triadic Colors of #c130fb

#c130fb #fbc130 #30fbc1

Analogous Colors of #c130fb

#c130fb #fb30d0 #5c30fb

Monochromatic Colors of #c130fb

#c130fb

Complementary Color

#c130fb #6afb30

#c130fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c130fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c130fb Color CSS Codes

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

#c130fb Text Font Color

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

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


#c130fb Background Color

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

This div background color is #c130fb


#c130fb Border Color

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

This div border color is #c130fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c130fb

Related Colors


Comments

No comments written yet.

Please login to write comment.