Color Hex Logo

#c145dc Color Hex

#C145DC
(193,69,220)
0 Favorites   0 Comments

Color spaces of #c145dc

RGB 19369220
HSL0.800.680.57
HSV289°69°86°
CMYK 0.120.690.00   0.14
XYZ37.038720.761069.7653
Yxy20.76100.29040.1627
Hunter Lab45.564265.3634-58.8864
CIE-Lab52.686969.1455-53.9951

#c145dc color RGB value is (193,69,220).

#c145dc hex color red value is 193, green value is 69 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #c145dc hue: 0.80 , saturation: 0.68 and the lightness value of c145dc is 0.57.

The process color (four color CMYK) of #c145dc color hex is 0.12, 0.69, 0.00, 0.14. Web safe color of #c145dc is #cc33cc. Color #c145dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01000101 11011100
Octal 301 105 334
Decimal 193 69 220
Hex C1 45 DC

RGB Percentages of Color #c145dc

%40.04
%14.32
%45.64

CMYK Percentages of Color #c145dc

%12
%69
%0
%14

Triadic Colors of #c145dc

#c145dc #dcc145 #45dcc1

Analogous Colors of #c145dc

#c145dc #dc45ac #7645dc

Monochromatic Colors of #c145dc

#c145dc

Complementary Color

#c145dc #60dc45

#c145dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c145dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c145dc Color CSS Codes

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

#c145dc Text Font Color

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

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


#c145dc Background Color

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

This div background color is #c145dc


#c145dc Border Color

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

This div border color is #c145dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(193,69,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c145dc


Comments

No comments written yet.

Please login to write comment.