Color Hex Logo

#c134fb Color Hex

#C134FB
(193,52,251)
0 Favorites   0 Comments

Color spaces of #c134fb

RGB 19352251
HSL0.780.960.59
HSV283°79°98°
CMYK 0.230.790.00   0.02
XYZ40.632920.758593.1320
Yxy20.75850.26300.1343
Hunter Lab45.561579.4582-89.3013
CIE-Lab52.684280.6078-71.4286

#c134fb color RGB value is (193,52,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 00110100 11111011
Octal 301 64 373
Decimal 193 52 251
Hex C1 34 FB

RGB Percentages of Color #c134fb

%38.91
%10.48
%50.60

CMYK Percentages of Color #c134fb

%23
%79
%0
%2

Triadic Colors of #c134fb

#c134fb #fbc134 #34fbc1

Analogous Colors of #c134fb

#c134fb #fb34d2 #5e34fb

Monochromatic Colors of #c134fb

#c134fb

Complementary Color

#c134fb #6efb34

#c134fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c134fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c134fb Color CSS Codes

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

#c134fb Text Font Color

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

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


#c134fb Background Color

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

This div background color is #c134fb


#c134fb Border Color

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

This div border color is #c134fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c134fb


Comments

No comments written yet.

Please login to write comment.