Color Hex Logo

#ca1cbe Color Hex

#CA1CBE
(202,28,190)
0 Favorites   0 Comments

Color spaces of #ca1cbe

RGB 20228190
HSL0.840.760.45
HSV304°86°79°
CMYK 0.000.860.06   0.21
XYZ34.066617.104850.2212
Yxy17.10480.33600.1687
Hunter Lab41.357974.6543-43.0456
CIE-Lab48.391877.6168-43.5071

#ca1cbe color RGB value is (202,28,190).

#ca1cbe hex color red value is 202, green value is 28 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #ca1cbe hue: 0.84 , saturation: 0.76 and the lightness value of ca1cbe is 0.45.

The process color (four color CMYK) of #ca1cbe color hex is 0.00, 0.86, 0.06, 0.21. Web safe color of #ca1cbe is #cc33cc. Color #ca1cbe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 00011100 10111110
Octal 312 34 276
Decimal 202 28 190
Hex CA 1C BE

RGB Percentages of Color #ca1cbe

%48.10
%6.67
%45.24

CMYK Percentages of Color #ca1cbe

%0
%86
%6
%21

Triadic Colors of #ca1cbe

#ca1cbe #beca1c #1cbeca

Analogous Colors of #ca1cbe

#ca1cbe #ca1c67 #7f1cca

Monochromatic Colors of #ca1cbe

#ca1cbe

Complementary Color

#ca1cbe #1cca28

#ca1cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca1cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca1cbe Color CSS Codes

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

#ca1cbe Text Font Color

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

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


#ca1cbe Background Color

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

This div background color is #ca1cbe


#ca1cbe Border Color

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

This div border color is #ca1cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca1cbe


Comments

No comments written yet.

Please login to write comment.