Color Hex Logo

#c345eb Color Hex

#C345EB
(195,69,235)
0 Favorites   0 Comments

Color spaces of #c345eb

RGB 19569235
HSL0.790.810.60
HSV286°71°92°
CMYK 0.170.710.00   0.08
XYZ39.629221.856580.7273
Yxy21.85650.27870.1537
Hunter Lab46.750969.4943-69.6535
CIE-Lab53.874472.3502-60.5428

#c345eb color RGB value is (195,69,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 01000101 11101011
Octal 303 105 353
Decimal 195 69 235
Hex C3 45 EB

RGB Percentages of Color #c345eb

%39.08
%13.83
%47.09

CMYK Percentages of Color #c345eb

%17
%71
%0
%8

Triadic Colors of #c345eb

#c345eb #ebc345 #45ebc3

Analogous Colors of #c345eb

#c345eb #eb45c0 #7045eb

Monochromatic Colors of #c345eb

#c345eb

Complementary Color

#c345eb #6deb45

#c345eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c345eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c345eb Color CSS Codes

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

#c345eb Text Font Color

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

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


#c345eb Background Color

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

This div background color is #c345eb


#c345eb Border Color

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

This div border color is #c345eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c345eb


Comments

No comments written yet.

Please login to write comment.