Color Hex Logo

#ca94fa Color Hex

#CA94FA
(202,148,250)
0 Favorites   0 Comments

Color spaces of #ca94fa

RGB 202148250
HSL0.750.910.78
HSV272°41°98°
CMYK 0.190.410.00   0.02
XYZ52.202340.638595.5351
Yxy40.63850.27710.2157
Hunter Lab63.748334.6107-44.2299
CIE-Lab69.921939.1154-43.3274

#ca94fa color RGB value is (202,148,250).

#ca94fa hex color red value is 202, green value is 148 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #ca94fa hue: 0.75 , saturation: 0.91 and the lightness value of ca94fa is 0.78.

The process color (four color CMYK) of #ca94fa color hex is 0.19, 0.41, 0.00, 0.02. Web safe color of #ca94fa is #cc99ff. Color #ca94fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10010100 11111010
Octal 312 224 372
Decimal 202 148 250
Hex CA 94 FA

RGB Percentages of Color #ca94fa

%33.67
%24.67
%41.67

CMYK Percentages of Color #ca94fa

%19
%41
%0
%2

Triadic Colors of #ca94fa

#ca94fa #faca94 #94faca

Analogous Colors of #ca94fa

#ca94fa #fa94f7 #9794fa

Monochromatic Colors of #ca94fa

#ca94fa

Complementary Color

#ca94fa #c4fa94

#ca94fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca94fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca94fa Color CSS Codes

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

#ca94fa Text Font Color

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

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


#ca94fa Background Color

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

This div background color is #ca94fa


#ca94fa Border Color

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

This div border color is #ca94fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca94fa


Comments

No comments written yet.

Please login to write comment.