Color Hex Logo

#c153fd Color Hex

#C153FD
(193,83,253)
0 Favorites   0 Comments

Color spaces of #c153fd

RGB 19383253
HSL0.770.980.66
HSV279°67°99°
CMYK 0.240.670.00   0.01
XYZ42.815224.615895.4232
Yxy24.61580.26290.1512
Hunter Lab49.614367.2134-79.3024
CIE-Lab56.699169.9278-66.0505

#c153fd color RGB value is (193,83,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 01010011 11111101
Octal 301 123 375
Decimal 193 83 253
Hex C1 53 FD

RGB Percentages of Color #c153fd

%36.48
%15.69
%47.83

CMYK Percentages of Color #c153fd

%24
%67
%0
%1

Triadic Colors of #c153fd

#c153fd #fdc153 #53fdc1

Analogous Colors of #c153fd

#c153fd #fd53e4 #6c53fd

Monochromatic Colors of #c153fd

#c153fd

Complementary Color

#c153fd #8ffd53

#c153fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c153fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c153fd Color CSS Codes

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

#c153fd Text Font Color

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

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


#c153fd Background Color

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

This div background color is #c153fd


#c153fd Border Color

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

This div border color is #c153fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c153fd


Comments

No comments written yet.

Please login to write comment.