Color Hex Logo

#c344eb Color Hex

#C344EB
(195,68,235)
0 Favorites   0 Comments

Color spaces of #c344eb

RGB 19568235
HSL0.790.810.59
HSV286°71°92°
CMYK 0.170.710.00   0.08
XYZ39.568221.734580.7070
Yxy21.73450.27860.1530
Hunter Lab46.620369.9135-70.0061
CIE-Lab53.744272.7198-60.7522

#c344eb color RGB value is (195,68,235).

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

The process color (four color CMYK) of #c344eb color hex is 0.17, 0.71, 0.00, 0.08. Web safe color of #c344eb is #cc33ff. Color #c344eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 01000100 11101011
Octal 303 104 353
Decimal 195 68 235
Hex C3 44 EB

RGB Percentages of Color #c344eb

%39.16
%13.65
%47.19

CMYK Percentages of Color #c344eb

%17
%71
%0
%8

Triadic Colors of #c344eb

#c344eb #ebc344 #44ebc3

Analogous Colors of #c344eb

#c344eb #eb44c0 #7044eb

Monochromatic Colors of #c344eb

#c344eb

Complementary Color

#c344eb #6ceb44

#c344eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c344eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c344eb Color CSS Codes

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

#c344eb Text Font Color

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

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


#c344eb Background Color

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

This div background color is #c344eb


#c344eb Border Color

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

This div border color is #c344eb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(195,68,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c344eb


Comments

No comments written yet.

Please login to write comment.