Color Hex Logo

#c154fb Color Hex

#C154FB
(193,84,251)
0 Favorites   0 Comments

Color spaces of #c154fb

RGB 19384251
HSL0.780.950.66
HSV279°67°98°
CMYK 0.230.670.00   0.02
XYZ42.575224.643193.7794
Yxy24.64310.26440.1531
Hunter Lab49.641866.2170-77.2567
CIE-Lab56.726069.0945-64.8988

#c154fb color RGB value is (193,84,251).

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

The process color (four color CMYK) of #c154fb color hex is 0.23, 0.67, 0.00, 0.02. Web safe color of #c154fb is #cc66ff. Color #c154fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01010100 11111011
Octal 301 124 373
Decimal 193 84 251
Hex C1 54 FB

RGB Percentages of Color #c154fb

%36.55
%15.91
%47.54

CMYK Percentages of Color #c154fb

%23
%67
%0
%2

Triadic Colors of #c154fb

#c154fb #fbc154 #54fbc1

Analogous Colors of #c154fb

#c154fb #fb54e2 #6e54fb

Monochromatic Colors of #c154fb

#c154fb

Complementary Color

#c154fb #8efb54

#c154fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c154fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c154fb Color CSS Codes

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

#c154fb Text Font Color

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

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


#c154fb Background Color

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

This div background color is #c154fb


#c154fb Border Color

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

This div border color is #c154fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c154fb

Related Colors


Comments

No comments written yet.

Please login to write comment.