Color Hex Logo

#c274bd Color Hex

#C274BD
(194,116,189)
0 Favorites   0 Comments

Color spaces of #c274bd

RGB 194116189
HSL0.840.390.61
HSV304°40°76°
CMYK 0.000.400.03   0.24
XYZ37.678827.634251.4922
Yxy27.63420.32260.2366
Hunter Lab52.568235.9472-21.2786
CIE-Lab59.556841.6257-25.5498

#c274bd color RGB value is (194,116,189).

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

The process color (four color CMYK) of #c274bd color hex is 0.00, 0.40, 0.03, 0.24. Web safe color of #c274bd is #cc66cc. Color #c274bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01110100 10111101
Octal 302 164 275
Decimal 194 116 189
Hex C2 74 BD

RGB Percentages of Color #c274bd

%38.88
%23.25
%37.88

CMYK Percentages of Color #c274bd

%0
%40
%3
%24

Triadic Colors of #c274bd

#c274bd #bdc274 #74bdc2

Analogous Colors of #c274bd

#c274bd #c27496 #a074c2

Monochromatic Colors of #c274bd

#c274bd

Complementary Color

#c274bd #74c279

#c274bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c274bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c274bd Color CSS Codes

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

#c274bd Text Font Color

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

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


#c274bd Background Color

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

This div background color is #c274bd


#c274bd Border Color

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

This div border color is #c274bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c274bd


Comments

No comments written yet.

Please login to write comment.