Color Hex Logo

#c344dc Color Hex

#C344DC
(195,68,220)
0 Favorites   0 Comments

Color spaces of #c344dc

RGB 19568220
HSL0.810.680.56
HSV290°69°86°
CMYK 0.110.690.00   0.14
XYZ37.491120.903769.7690
Yxy20.90370.29250.1631
Hunter Lab45.720666.3599-58.4714
CIE-Lab52.843969.9496-53.7275

#c344dc color RGB value is (195,68,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 01000100 11011100
Octal 303 104 334
Decimal 195 68 220
Hex C3 44 DC

RGB Percentages of Color #c344dc

%40.37
%14.08
%45.55

CMYK Percentages of Color #c344dc

%11
%69
%0
%14

Triadic Colors of #c344dc

#c344dc #dcc344 #44dcc3

Analogous Colors of #c344dc

#c344dc #dc44a9 #7744dc

Monochromatic Colors of #c344dc

#c344dc

Complementary Color

#c344dc #5ddc44

#c344dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c344dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c344dc Color CSS Codes

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

#c344dc Text Font Color

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

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


#c344dc Background Color

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

This div background color is #c344dc


#c344dc Border Color

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

This div border color is #c344dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c344dc


Comments

No comments written yet.

Please login to write comment.