color codes Logo

#c45dcf color codes

#C45DCF
(196,93,207)
0 Favorites   0 Comments

Color spaces of #c45dcf

RGB 19693207
HSL0.820.540.59
HSV294°55°81°
CMYK 0.050.550.00   0.19
XYZ37.941824.069561.6776
Yxy24.06950.30680.1946
Hunter Lab49.060752.1894-40.1951
CIE-Lab56.157357.1314-41.0735

#c45dcf color RGB value is (196,93,207).

#c45dcf hex color red value is 196, green value is 93 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #c45dcf hue: 0.82 , saturation: 0.54 and the lightness value of c45dcf is 0.59.

The process color (four color CMYK) of #c45dcf color code is 0.05, 0.55, 0.00, 0.19. Web safe color of #c45dcf is #cc66cc. Color #c45dcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01011101 11001111
Octal 304 135 317
Decimal 196 93 207
Hex C4 5D CF

RGB Percentages of Color #c45dcf

%39.52
%18.75
%41.73

CMYK Percentages of Color #c45dcf

%5
%55
%0
%19

Triadic Colors of #c45dcf

#c45dcf #cfc45d #5dcfc4

Analogous Colors of #c45dcf

#c45dcf #cf5da1 #8b5dcf

Monochromatic Colors of #c45dcf

#c45dcf

Complementary Color

#c45dcf #68cf5d

#c45dcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c45dcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c45dcf Color CSS Codes

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

#c45dcf Text Font Color

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

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


#c45dcf Background Color

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

This div background color is #c45dcf


#c45dcf Border Color

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

This div border color is #c45dcf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(196,93,207, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c45dcf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c45dcf


Comments

No comments written yet.

Please login to write comment.