Color Hex Logo

#c154fd Color Hex

#C154FD
(193,84,253)
0 Favorites   0 Comments

Color spaces of #c154fd

RGB 19384253
HSL0.770.980.66
HSV279°67°99°
CMYK 0.240.670.00   0.01
XYZ42.892324.770095.4489
Yxy24.77000.26300.1519
Hunter Lab49.769566.7382-78.8689
CIE-Lab56.850669.5048-65.8065

#c154fd color RGB value is (193,84,253).

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

The process color (four color CMYK) of #c154fd color hex is 0.24, 0.67, 0.00, 0.01. Web safe color of #c154fd is #cc66ff. Color #c154fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01010100 11111101
Octal 301 124 375
Decimal 193 84 253
Hex C1 54 FD

RGB Percentages of Color #c154fd

%36.42
%15.85
%47.74

CMYK Percentages of Color #c154fd

%24
%67
%0
%1

Triadic Colors of #c154fd

#c154fd #fdc154 #54fdc1

Analogous Colors of #c154fd

#c154fd #fd54e5 #6d54fd

Monochromatic Colors of #c154fd

#c154fd

Complementary Color

#c154fd #90fd54

#c154fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c154fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c154fd Color CSS Codes

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

#c154fd Text Font Color

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

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


#c154fd Background Color

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

This div background color is #c154fd


#c154fd Border Color

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

This div border color is #c154fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c154fd

Related Colors


Comments

No comments written yet.

Please login to write comment.