Color Hex Logo

#c274da Color Hex

#C274DA
(194,116,218)
0 Favorites   0 Comments

Color spaces of #c274da

RGB 194116218
HSL0.790.580.65
HSV286°47°85°
CMYK 0.110.470.00   0.15
XYZ41.148429.022169.7627
Yxy29.02210.29410.2074
Hunter Lab53.872242.0648-39.0681
CIE-Lab60.801147.2071-40.0030

#c274da color RGB value is (194,116,218).

#c274da hex color red value is 194, green value is 116 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #c274da hue: 0.79 , saturation: 0.58 and the lightness value of c274da is 0.65.

The process color (four color CMYK) of #c274da color hex is 0.11, 0.47, 0.00, 0.15. Web safe color of #c274da is #cc66cc. Color #c274da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01110100 11011010
Octal 302 164 332
Decimal 194 116 218
Hex C2 74 DA

RGB Percentages of Color #c274da

%36.74
%21.97
%41.29

CMYK Percentages of Color #c274da

%11
%47
%0
%15

Triadic Colors of #c274da

#c274da #dac274 #74dac2

Analogous Colors of #c274da

#c274da #da74bf #8f74da

Monochromatic Colors of #c274da

#c274da

Complementary Color

#c274da #8cda74

#c274da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c274da Color Preview on White Background

Lorem ipsum dolor sit amet.

#c274da Color CSS Codes

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

#c274da Text Font Color

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

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


#c274da Background Color

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

This div background color is #c274da


#c274da Border Color

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

This div border color is #c274da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c274da


Comments

No comments written yet.

Please login to write comment.