Color Hex Logo

#c745ea Color Hex

#C745EA
(199,69,234)
0 Favorites   0 Comments

Color spaces of #c745ea

RGB 19969234
HSL0.800.800.59
HSV287°71°92°
CMYK 0.150.710.00   0.08
XYZ40.532622.338980.0174
Yxy22.33890.28370.1563
Hunter Lab47.264070.3656-67.2923
CIE-Lab54.384872.9675-59.1307

#c745ea color RGB value is (199,69,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 01000101 11101010
Octal 307 105 352
Decimal 199 69 234
Hex C7 45 EA

RGB Percentages of Color #c745ea

%39.64
%13.75
%46.61

CMYK Percentages of Color #c745ea

%15
%71
%0
%8

Triadic Colors of #c745ea

#c745ea #eac745 #45eac7

Analogous Colors of #c745ea

#c745ea #ea45bb #7545ea

Monochromatic Colors of #c745ea

#c745ea

Complementary Color

#c745ea #68ea45

#c745ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c745ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c745ea Color CSS Codes

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

#c745ea Text Font Color

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

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


#c745ea Background Color

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

This div background color is #c745ea


#c745ea Border Color

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

This div border color is #c745ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c745ea


Comments

No comments written yet.

Please login to write comment.