Color Hex Logo

#c145ea Color Hex

#C145EA
(193,69,234)
0 Favorites   0 Comments

Color spaces of #c145ea

RGB 19369234
HSL0.790.800.59
HSV285°71°92°
CMYK 0.180.710.00   0.08
XYZ38.971721.534279.9444
Yxy21.53420.27750.1533
Hunter Lab46.405068.6988-69.6587
CIE-Lab53.529371.7606-60.5508

#c145ea color RGB value is (193,69,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 01000101 11101010
Octal 301 105 352
Decimal 193 69 234
Hex C1 45 EA

RGB Percentages of Color #c145ea

%38.91
%13.91
%47.18

CMYK Percentages of Color #c145ea

%18
%71
%0
%8

Triadic Colors of #c145ea

#c145ea #eac145 #45eac1

Analogous Colors of #c145ea

#c145ea #ea45c1 #6f45ea

Monochromatic Colors of #c145ea

#c145ea

Complementary Color

#c145ea #6eea45

#c145ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c145ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c145ea Color CSS Codes

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

#c145ea Text Font Color

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

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


#c145ea Background Color

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

This div background color is #c145ea


#c145ea Border Color

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

This div border color is #c145ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c145ea


Comments

No comments written yet.

Please login to write comment.