Color Hex Logo

#c45bfd Color Hex

#C45BFD
(196,91,253)
0 Favorites   0 Comments

Color spaces of #c45bfd

RGB 19691253
HSL0.770.980.67
HSV279°64°99°
CMYK 0.230.640.00   0.01
XYZ44.235726.309895.6753
Yxy26.30980.26610.1583
Hunter Lab51.293164.1774-74.6865
CIE-Lab58.329967.0913-63.4072

#c45bfd color RGB value is (196,91,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 01011011 11111101
Octal 304 133 375
Decimal 196 91 253
Hex C4 5B FD

RGB Percentages of Color #c45bfd

%36.30
%16.85
%46.85

CMYK Percentages of Color #c45bfd

%23
%64
%0
%1

Triadic Colors of #c45bfd

#c45bfd #fdc45b #5bfdc4

Analogous Colors of #c45bfd

#c45bfd #fd5be5 #735bfd

Monochromatic Colors of #c45bfd

#c45bfd

Complementary Color

#c45bfd #94fd5b

#c45bfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c45bfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c45bfd Color CSS Codes

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

#c45bfd Text Font Color

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

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


#c45bfd Background Color

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

This div background color is #c45bfd


#c45bfd Border Color

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

This div border color is #c45bfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c45bfd


Comments

No comments written yet.

Please login to write comment.