Color Hex Logo

#c298dd Color Hex

#C298DD
(194,152,221)
0 Favorites   0 Comments

Color spaces of #c298dd

RGB 194152221
HSL0.770.500.73
HSV277°31°87°
CMYK 0.120.310.00   0.13
XYZ46.527539.146373.5103
Yxy39.14630.29230.2459
Hunter Lab62.567023.2480-25.8632
CIE-Lab68.857128.2949-29.1471

#c298dd color RGB value is (194,152,221).

#c298dd hex color red value is 194, green value is 152 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #c298dd hue: 0.77 , saturation: 0.50 and the lightness value of c298dd is 0.73.

The process color (four color CMYK) of #c298dd color hex is 0.12, 0.31, 0.00, 0.13. Web safe color of #c298dd is #cc99cc. Color #c298dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10011000 11011101
Octal 302 230 335
Decimal 194 152 221
Hex C2 98 DD

RGB Percentages of Color #c298dd

%34.22
%26.81
%38.98

CMYK Percentages of Color #c298dd

%12
%31
%0
%13

Triadic Colors of #c298dd

#c298dd #ddc298 #98ddc2

Analogous Colors of #c298dd

#c298dd #dd98d6 #a098dd

Monochromatic Colors of #c298dd

#c298dd

Complementary Color

#c298dd #b3dd98

#c298dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c298dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c298dd Color CSS Codes

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

#c298dd Text Font Color

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

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


#c298dd Background Color

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

This div background color is #c298dd


#c298dd Border Color

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

This div border color is #c298dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c298dd


Comments

No comments written yet.

Please login to write comment.