Color Hex Logo

#c148fd Color Hex

#C148FD
(193,72,253)
0 Favorites   0 Comments

Color spaces of #c148fd

RGB 19372253
HSL0.780.980.64
HSV280°72°99°
CMYK 0.240.720.00   0.01
XYZ42.039323.064095.1646
Yxy23.06400.26230.1439
Hunter Lab48.025072.2085-83.8694
CIE-Lab55.138274.3266-68.5687

#c148fd color RGB value is (193,72,253).

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

The process color (four color CMYK) of #c148fd color hex is 0.24, 0.72, 0.00, 0.01. Web safe color of #c148fd is #cc33ff. Color #c148fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01001000 11111101
Octal 301 110 375
Decimal 193 72 253
Hex C1 48 FD

RGB Percentages of Color #c148fd

%37.26
%13.90
%48.84

CMYK Percentages of Color #c148fd

%24
%72
%0
%1

Triadic Colors of #c148fd

#c148fd #fdc148 #48fdc1

Analogous Colors of #c148fd

#c148fd #fd48df #6748fd

Monochromatic Colors of #c148fd

#c148fd

Complementary Color

#c148fd #84fd48

#c148fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c148fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c148fd Color CSS Codes

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

#c148fd Text Font Color

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

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


#c148fd Background Color

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

This div background color is #c148fd


#c148fd Border Color

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

This div border color is #c148fd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(193,72,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c148fd


Comments

No comments written yet.

Please login to write comment.