Color Hex Logo

#c672ea Color Hex

#C672EA
(198,114,234)
0 Favorites   0 Comments

Color spaces of #c672ea

RGB 198114234
HSL0.780.740.68
HSV282°51°92°
CMYK 0.150.510.00   0.08
XYZ44.157329.980981.3015
Yxy29.98090.28410.1929
Hunter Lab54.754848.1313-49.7071
CIE-Lab61.637752.6045-47.5859

#c672ea color RGB value is (198,114,234).

#c672ea hex color red value is 198, green value is 114 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #c672ea hue: 0.78 , saturation: 0.74 and the lightness value of c672ea is 0.68.

The process color (four color CMYK) of #c672ea color hex is 0.15, 0.51, 0.00, 0.08. Web safe color of #c672ea is #cc66ff. Color #c672ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01110010 11101010
Octal 306 162 352
Decimal 198 114 234
Hex C6 72 EA

RGB Percentages of Color #c672ea

%36.26
%20.88
%42.86

CMYK Percentages of Color #c672ea

%15
%51
%0
%8

Triadic Colors of #c672ea

#c672ea #eac672 #72eac6

Analogous Colors of #c672ea

#c672ea #ea72d2 #8a72ea

Monochromatic Colors of #c672ea

#c672ea

Complementary Color

#c672ea #96ea72

#c672ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c672ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c672ea Color CSS Codes

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

#c672ea Text Font Color

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

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


#c672ea Background Color

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

This div background color is #c672ea


#c672ea Border Color

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

This div border color is #c672ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c672ea


Comments

No comments written yet.

Please login to write comment.