Color Hex Logo

#c274af Color Hex

#C274AF
(194,116,175)
0 Favorites   0 Comments

Color spaces of #c274af

RGB 194116175
HSL0.870.390.61
HSV315°40°76°
CMYK 0.000.400.10   0.24
XYZ36.231427.055343.8700
Yxy27.05530.33810.2525
Hunter Lab52.014733.3103-13.5958
CIE-Lab59.025539.1512-18.3634

#c274af color RGB value is (194,116,175).

#c274af hex color red value is 194, green value is 116 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #c274af hue: 0.87 , saturation: 0.39 and the lightness value of c274af is 0.61.

The process color (four color CMYK) of #c274af color hex is 0.00, 0.40, 0.10, 0.24. Web safe color of #c274af is #cc6699. Color #c274af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01110100 10101111
Octal 302 164 257
Decimal 194 116 175
Hex C2 74 AF

RGB Percentages of Color #c274af

%40.00
%23.92
%36.08

CMYK Percentages of Color #c274af

%0
%40
%10
%24

Triadic Colors of #c274af

#c274af #afc274 #74afc2

Analogous Colors of #c274af

#c274af #c27488 #ae74c2

Monochromatic Colors of #c274af

#c274af

Complementary Color

#c274af #74c287

#c274af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c274af Color Preview on White Background

Lorem ipsum dolor sit amet.

#c274af Color CSS Codes

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

#c274af Text Font Color

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

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


#c274af Background Color

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

This div background color is #c274af


#c274af Border Color

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

This div border color is #c274af


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,116,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c274af


Comments

No comments written yet.

Please login to write comment.