Color Hex Logo

#c674ea Color Hex

#C674EA
(198,116,234)
0 Favorites   0 Comments

Color spaces of #c674ea

RGB 198116234
HSL0.780.740.69
HSV282°50°92°
CMYK 0.150.500.00   0.08
XYZ44.385430.437181.3775
Yxy30.43710.28420.1949
Hunter Lab55.169847.0602-48.8360
CIE-Lab62.029551.5814-46.9669

#c674ea color RGB value is (198,116,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 01110100 11101010
Octal 306 164 352
Decimal 198 116 234
Hex C6 74 EA

RGB Percentages of Color #c674ea

%36.13
%21.17
%42.70

CMYK Percentages of Color #c674ea

%15
%50
%0
%8

Triadic Colors of #c674ea

#c674ea #eac674 #74eac6

Analogous Colors of #c674ea

#c674ea #ea74d3 #8b74ea

Monochromatic Colors of #c674ea

#c674ea

Complementary Color

#c674ea #98ea74

#c674ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c674ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c674ea Color CSS Codes

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

#c674ea Text Font Color

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

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


#c674ea Background Color

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

This div background color is #c674ea


#c674ea Border Color

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

This div border color is #c674ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c674ea


Comments

No comments written yet.

Please login to write comment.