Color Hex Logo

#c445fd Color Hex

#C445FD
(196,69,253)
0 Favorites   0 Comments

Color spaces of #c445fd

RGB 19669253
HSL0.780.980.63
HSV281°73°99°
CMYK 0.230.730.00   0.01
XYZ42.622723.083995.1377
Yxy23.08390.26500.1435
Hunter Lab48.045774.2724-83.7711
CIE-Lab55.158775.9926-68.5154

#c445fd color RGB value is (196,69,253).

#c445fd hex color red value is 196, green value is 69 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #c445fd hue: 0.78 , saturation: 0.98 and the lightness value of c445fd is 0.63.

The process color (four color CMYK) of #c445fd color hex is 0.23, 0.73, 0.00, 0.01. Web safe color of #c445fd is #cc33ff. Color #c445fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01000101 11111101
Octal 304 105 375
Decimal 196 69 253
Hex C4 45 FD

RGB Percentages of Color #c445fd

%37.84
%13.32
%48.84

CMYK Percentages of Color #c445fd

%23
%73
%0
%1

Triadic Colors of #c445fd

#c445fd #fdc445 #45fdc4

Analogous Colors of #c445fd

#c445fd #fd45da #6845fd

Monochromatic Colors of #c445fd

#c445fd

Complementary Color

#c445fd #7efd45

#c445fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c445fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c445fd Color CSS Codes

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

#c445fd Text Font Color

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

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


#c445fd Background Color

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

This div background color is #c445fd


#c445fd Border Color

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

This div border color is #c445fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c445fd

Related Colors


Comments

No comments written yet.

Please login to write comment.