Color Hex Logo

#c454fd Color Hex

#C454FD
(196,84,253)
0 Favorites   0 Comments

Color spaces of #c454fd

RGB 19684253
HSL0.780.980.66
HSV280°67°99°
CMYK 0.230.670.00   0.01
XYZ43.664925.168395.4851
Yxy25.16830.26570.1532
Hunter Lab50.168067.5676-77.7294
CIE-Lab57.239070.1197-65.1610

#c454fd color RGB value is (196,84,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 01010100 11111101
Octal 304 124 375
Decimal 196 84 253
Hex C4 54 FD

RGB Percentages of Color #c454fd

%36.77
%15.76
%47.47

CMYK Percentages of Color #c454fd

%23
%67
%0
%1

Triadic Colors of #c454fd

#c454fd #fdc454 #54fdc4

Analogous Colors of #c454fd

#c454fd #fd54e2 #7054fd

Monochromatic Colors of #c454fd

#c454fd

Complementary Color

#c454fd #8dfd54

#c454fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c454fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c454fd Color CSS Codes

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

#c454fd Text Font Color

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

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


#c454fd Background Color

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

This div background color is #c454fd


#c454fd Border Color

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

This div border color is #c454fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c454fd

Related Colors


Comments

No comments written yet.

Please login to write comment.