color codes Logo

#c45dfd color codes

#C45DFD
(196,93,253)
0 Favorites   0 Comments

Color spaces of #c45dfd

RGB 19693253
HSL0.770.980.68
HSV279°63°99°
CMYK 0.230.630.00   0.01
XYZ44.408926.656395.7331
Yxy26.65630.26620.1598
Hunter Lab51.629763.1833-73.7961
CIE-Lab58.654866.1960-62.8856

#c45dfd color RGB value is (196,93,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 01011101 11111101
Octal 304 135 375
Decimal 196 93 253
Hex C4 5D FD

RGB Percentages of Color #c45dfd

%36.16
%17.16
%46.68

CMYK Percentages of Color #c45dfd

%23
%63
%0
%1

Triadic Colors of #c45dfd

#c45dfd #fdc45d #5dfdc4

Analogous Colors of #c45dfd

#c45dfd #fd5de6 #745dfd

Monochromatic Colors of #c45dfd

#c45dfd

Complementary Color

#c45dfd #96fd5d

#c45dfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c45dfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c45dfd Color CSS Codes

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

#c45dfd Text Font Color

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

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


#c45dfd Background Color

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

This div background color is #c45dfd


#c45dfd Border Color

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

This div border color is #c45dfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c45dfd

Related Colors


Comments

No comments written yet.

Please login to write comment.