Color Hex Logo

#c358fd Color Hex

#C358FD
(195,88,253)
0 Favorites   0 Comments

Color spaces of #c358fd

RGB 19588253
HSL0.770.980.67
HSV279°65°99°
CMYK 0.230.650.00   0.01
XYZ43.725025.673495.5794
Yxy25.67340.26500.1556
Hunter Lab50.668965.3668-76.3735
CIE-Lab57.725768.1987-64.3849

#c358fd color RGB value is (195,88,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 01011000 11111101
Octal 303 130 375
Decimal 195 88 253
Hex C3 58 FD

RGB Percentages of Color #c358fd

%36.38
%16.42
%47.20

CMYK Percentages of Color #c358fd

%23
%65
%0
%1

Triadic Colors of #c358fd

#c358fd #fdc358 #58fdc3

Analogous Colors of #c358fd

#c358fd #fd58e5 #7158fd

Monochromatic Colors of #c358fd

#c358fd

Complementary Color

#c358fd #92fd58

#c358fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c358fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c358fd Color CSS Codes

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

#c358fd Text Font Color

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

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


#c358fd Background Color

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

This div background color is #c358fd


#c358fd Border Color

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

This div border color is #c358fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c358fd


Comments

No comments written yet.

Please login to write comment.