Color Hex Logo

#c148fb Color Hex

#C148FB
(193,72,251)
0 Favorites   0 Comments

Color spaces of #c148fb

RGB 19372251
HSL0.780.960.63
HSV281°71°98°
CMYK 0.230.710.00   0.02
XYZ41.722322.937293.4951
Yxy22.93720.26380.1450
Hunter Lab47.892871.6897-82.2195
CIE-Lab55.007673.9296-67.6691

#c148fb color RGB value is (193,72,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 01001000 11111011
Octal 301 110 373
Decimal 193 72 251
Hex C1 48 FB

RGB Percentages of Color #c148fb

%37.40
%13.95
%48.64

CMYK Percentages of Color #c148fb

%23
%71
%0
%2

Triadic Colors of #c148fb

#c148fb #fbc148 #48fbc1

Analogous Colors of #c148fb

#c148fb #fb48dc #6848fb

Monochromatic Colors of #c148fb

#c148fb

Complementary Color

#c148fb #82fb48

#c148fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c148fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c148fb Color CSS Codes

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

#c148fb Text Font Color

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

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


#c148fb Background Color

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

This div background color is #c148fb


#c148fb Border Color

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

This div border color is #c148fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c148fb


Comments

No comments written yet.

Please login to write comment.