Color Hex Logo

#c345dc Color Hex

#C345DC
(195,69,220)
0 Favorites   0 Comments

Color spaces of #c345dc

RGB 19569220
HSL0.810.680.57
HSV290°69°86°
CMYK 0.110.690.00   0.14
XYZ37.552121.025769.7893
Yxy21.02570.29250.1638
Hunter Lab45.853865.9390-58.1415
CIE-Lab52.977669.5722-53.5137

#c345dc color RGB value is (195,69,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 01000101 11011100
Octal 303 105 334
Decimal 195 69 220
Hex C3 45 DC

RGB Percentages of Color #c345dc

%40.29
%14.26
%45.45

CMYK Percentages of Color #c345dc

%11
%69
%0
%14

Triadic Colors of #c345dc

#c345dc #dcc345 #45dcc3

Analogous Colors of #c345dc

#c345dc #dc45aa #7845dc

Monochromatic Colors of #c345dc

#c345dc

Complementary Color

#c345dc #5edc45

#c345dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c345dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c345dc Color CSS Codes

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

#c345dc Text Font Color

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

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


#c345dc Background Color

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

This div background color is #c345dc


#c345dc Border Color

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

This div border color is #c345dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c345dc


Comments

No comments written yet.

Please login to write comment.