Color Hex Logo

#c641ea Color Hex

#C641EA
(198,65,234)
0 Favorites   0 Comments

Color spaces of #c641ea

RGB 19865234
HSL0.800.800.59
HSV287°72°92°
CMYK 0.150.720.00   0.08
XYZ40.030321.726979.9258
Yxy21.72690.28250.1533
Hunter Lab46.612171.7239-69.0361
CIE-Lab53.736074.2026-60.1803

#c641ea color RGB value is (198,65,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 01000001 11101010
Octal 306 101 352
Decimal 198 65 234
Hex C6 41 EA

RGB Percentages of Color #c641ea

%39.84
%13.08
%47.08

CMYK Percentages of Color #c641ea

%15
%72
%0
%8

Triadic Colors of #c641ea

#c641ea #eac641 #41eac6

Analogous Colors of #c641ea

#c641ea #ea41ba #7241ea

Monochromatic Colors of #c641ea

#c641ea

Complementary Color

#c641ea #65ea41

#c641ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c641ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c641ea Color CSS Codes

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

#c641ea Text Font Color

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

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


#c641ea Background Color

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

This div background color is #c641ea


#c641ea Border Color

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

This div border color is #c641ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c641ea


Comments

No comments written yet.

Please login to write comment.