Color Hex Logo

#c298b5 Color Hex

#C298B5
(194,152,181)
0 Favorites   0 Comments

Color spaces of #c298b5

RGB 194152181
HSL0.880.260.68
HSV319°22°76°
CMYK 0.000.220.07   0.24
XYZ41.816937.262048.7044
Yxy37.26200.32720.2916
Hunter Lab61.042615.4559-4.5762
CIE-Lab67.473120.4858-9.0366

#c298b5 color RGB value is (194,152,181).

#c298b5 hex color red value is 194, green value is 152 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #c298b5 hue: 0.88 , saturation: 0.26 and the lightness value of c298b5 is 0.68.

The process color (four color CMYK) of #c298b5 color hex is 0.00, 0.22, 0.07, 0.24. Web safe color of #c298b5 is #cc99cc. Color #c298b5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10011000 10110101
Octal 302 230 265
Decimal 194 152 181
Hex C2 98 B5

RGB Percentages of Color #c298b5

%36.81
%28.84
%34.35

CMYK Percentages of Color #c298b5

%0
%22
%7
%24

Triadic Colors of #c298b5

#c298b5 #b5c298 #98b5c2

Analogous Colors of #c298b5

#c298b5 #c298a0 #ba98c2

Monochromatic Colors of #c298b5

#c298b5

Complementary Color

#c298b5 #98c2a5

#c298b5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c298b5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c298b5 Color CSS Codes

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

#c298b5 Text Font Color

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

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


#c298b5 Background Color

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

This div background color is #c298b5


#c298b5 Border Color

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

This div border color is #c298b5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c298b5


Comments

No comments written yet.

Please login to write comment.