Color Hex Logo

#c158fd Color Hex

#C158FD
(193,88,253)
1 Favorites   0 Comments

Color spaces of #c158fd

RGB 19388253
HSL0.770.980.67
HSV278°65°99°
CMYK 0.240.650.00   0.01
XYZ43.211725.408895.5554
Yxy25.40880.26320.1548
Hunter Lab50.407164.8073-77.1094
CIE-Lab57.471667.7779-64.8071

#c158fd color RGB value is (193,88,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 01011000 11111101
Octal 301 130 375
Decimal 193 88 253
Hex C1 58 FD

RGB Percentages of Color #c158fd

%36.14
%16.48
%47.38

CMYK Percentages of Color #c158fd

%24
%65
%0
%1

Triadic Colors of #c158fd

#c158fd #fdc158 #58fdc1

Analogous Colors of #c158fd

#c158fd #fd58e7 #6f58fd

Monochromatic Colors of #c158fd

#c158fd

Complementary Color

#c158fd #94fd58

#c158fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c158fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c158fd Color CSS Codes

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

#c158fd Text Font Color

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

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


#c158fd Background Color

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

This div background color is #c158fd


#c158fd Border Color

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

This div border color is #c158fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c158fd

Related Colors


Comments

No comments written yet.

Please login to write comment.