Color Hex Logo

#ca95fc Color Hex

#CA95FC
(202,149,252)
0 Favorites   0 Comments

Color spaces of #ca95fc

RGB 202149252
HSL0.750.940.79
HSV271°41°99°
CMYK 0.200.410.00   0.01
XYZ52.675341.079797.2484
Yxy41.07970.27580.2151
Hunter Lab64.093434.5370-45.0948
CIE-Lab70.231739.0129-43.9310

#ca95fc color RGB value is (202,149,252).

#ca95fc hex color red value is 202, green value is 149 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #ca95fc hue: 0.75 , saturation: 0.94 and the lightness value of ca95fc is 0.79.

The process color (four color CMYK) of #ca95fc color hex is 0.20, 0.41, 0.00, 0.01. Web safe color of #ca95fc is #cc99ff. Color #ca95fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10010101 11111100
Octal 312 225 374
Decimal 202 149 252
Hex CA 95 FC

RGB Percentages of Color #ca95fc

%33.50
%24.71
%41.79

CMYK Percentages of Color #ca95fc

%20
%41
%0
%1

Triadic Colors of #ca95fc

#ca95fc #fcca95 #95fcca

Analogous Colors of #ca95fc

#ca95fc #fc95fb #9795fc

Monochromatic Colors of #ca95fc

#ca95fc

Complementary Color

#ca95fc #c7fc95

#ca95fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca95fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca95fc Color CSS Codes

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

#ca95fc Text Font Color

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

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


#ca95fc Background Color

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

This div background color is #ca95fc


#ca95fc Border Color

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

This div border color is #ca95fc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(202,149,252, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ca95fc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ca95fc;
  -webkit-box-shadow: 1px 1px 3px 2px #ca95fc;
  box-shadow:         1px 1px 3px 2px #ca95fc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(202,149,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca95fc


Comments

No comments written yet.

Please login to write comment.