Color Hex Logo

#ca0fbe Color Hex

#CA0FBE
(202,15,190)
0 Favorites   0 Comments

Color spaces of #ca0fbe

RGB 20215190
HSL0.840.860.43
HSV304°93°79°
CMYK 0.000.930.06   0.21
XYZ33.822216.615950.1398
Yxy16.61590.33630.1652
Hunter Lab40.762676.7733-44.3955
CIE-Lab47.772479.4354-44.4916

#ca0fbe color RGB value is (202,15,190).

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

The process color (four color CMYK) of #ca0fbe color hex is 0.00, 0.93, 0.06, 0.21. Web safe color of #ca0fbe is #cc00cc. Color #ca0fbe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 00001111 10111110
Octal 312 17 276
Decimal 202 15 190
Hex CA F BE

RGB Percentages of Color #ca0fbe

%49.63
%3.69
%46.68

CMYK Percentages of Color #ca0fbe

%0
%93
%6
%21

Triadic Colors of #ca0fbe

#ca0fbe #beca0f #0fbeca

Analogous Colors of #ca0fbe

#ca0fbe #ca0f61 #790fca

Monochromatic Colors of #ca0fbe

#ca0fbe

Complementary Color

#ca0fbe #0fca1b

#ca0fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca0fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca0fbe Color CSS Codes

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

#ca0fbe Text Font Color

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

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


#ca0fbe Background Color

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

This div background color is #ca0fbe


#ca0fbe Border Color

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

This div border color is #ca0fbe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(202,15,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 #ca0fbe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca0fbe


Comments

No comments written yet.

Please login to write comment.