Color Hex Logo

#c297da Color Hex

#C297DA
(194,151,218)
0 Favorites   0 Comments

Color spaces of #c297da

RGB 194151218
HSL0.770.480.72
HSV279°31°85°
CMYK 0.110.310.00   0.15
XYZ45.969638.664571.3698
Yxy38.66450.29470.2478
Hunter Lab62.180823.1468-24.5253
CIE-Lab68.507528.2203-28.0300

#c297da color RGB value is (194,151,218).

#c297da hex color red value is 194, green value is 151 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #c297da hue: 0.77 , saturation: 0.48 and the lightness value of c297da is 0.72.

The process color (four color CMYK) of #c297da color hex is 0.11, 0.31, 0.00, 0.15. Web safe color of #c297da is #cc99cc. Color #c297da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10010111 11011010
Octal 302 227 332
Decimal 194 151 218
Hex C2 97 DA

RGB Percentages of Color #c297da

%34.46
%26.82
%38.72

CMYK Percentages of Color #c297da

%11
%31
%0
%15

Triadic Colors of #c297da

#c297da #dac297 #97dac2

Analogous Colors of #c297da

#c297da #da97d1 #a197da

Monochromatic Colors of #c297da

#c297da

Complementary Color

#c297da #afda97

#c297da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c297da Color Preview on White Background

Lorem ipsum dolor sit amet.

#c297da Color CSS Codes

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

#c297da Text Font Color

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

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


#c297da Background Color

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

This div background color is #c297da


#c297da Border Color

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

This div border color is #c297da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c297da


Comments

No comments written yet.

Please login to write comment.