color codes Logo

#c475fc color codes

#C475FC
(196,117,252)
0 Favorites   0 Comments

Color spaces of #c475fc

RGB 196117252
HSL0.760.960.72
HSV275°54°99°
CMYK 0.220.540.00   0.01
XYZ46.696931.486695.7118
Yxy31.48660.26850.1811
Hunter Lab56.112950.3492-61.8519
CIE-Lab62.916354.3796-55.5241

#c475fc color RGB value is (196,117,252).

#c475fc hex color red value is 196, green value is 117 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #c475fc hue: 0.76 , saturation: 0.96 and the lightness value of c475fc is 0.72.

The process color (four color CMYK) of #c475fc color code is 0.22, 0.54, 0.00, 0.01. Web safe color of #c475fc is #cc66ff. Color #c475fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01110101 11111100
Octal 304 165 374
Decimal 196 117 252
Hex C4 75 FC

RGB Percentages of Color #c475fc

%34.69
%20.71
%44.60

CMYK Percentages of Color #c475fc

%22
%54
%0
%1

Triadic Colors of #c475fc

#c475fc #fcc475 #75fcc4

Analogous Colors of #c475fc

#c475fc #fc75f1 #8175fc

Monochromatic Colors of #c475fc

#c475fc

Complementary Color

#c475fc #adfc75

#c475fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c475fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c475fc Color CSS Codes

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

#c475fc Text Font Color

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

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


#c475fc Background Color

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

This div background color is #c475fc


#c475fc Border Color

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

This div border color is #c475fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c475fc

Related Colors


Comments

No comments written yet.

Please login to write comment.