color codes Logo

#c358fc color codes

#C358FC
(195,88,252)
0 Favorites   0 Comments

Color spaces of #c358fc

RGB 19588252
HSL0.780.960.67
HSV279°65°99°
CMYK 0.230.650.00   0.01
XYZ43.566125.609894.7425
Yxy25.60980.26580.1562
Hunter Lab50.606165.1074-75.5758
CIE-Lab57.664867.9932-63.9294

#c358fc color RGB value is (195,88,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 01011000 11111100
Octal 303 130 374
Decimal 195 88 252
Hex C3 58 FC

RGB Percentages of Color #c358fc

%36.45
%16.45
%47.10

CMYK Percentages of Color #c358fc

%23
%65
%0
%1

Triadic Colors of #c358fc

#c358fc #fcc358 #58fcc3

Analogous Colors of #c358fc

#c358fc #fc58e3 #7158fc

Monochromatic Colors of #c358fc

#c358fc

Complementary Color

#c358fc #91fc58

#c358fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c358fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c358fc Color CSS Codes

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

#c358fc Text Font Color

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

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


#c358fc Background Color

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

This div background color is #c358fc


#c358fc Border Color

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

This div border color is #c358fc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(195,88,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c358fc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c358fc


Comments

No comments written yet.

Please login to write comment.