Color Hex Logo

#cb15ff Color Hex

#CB15FF
(203,21,255)
0 Favorites   0 Comments

Color spaces of #cb15ff

RGB 20321255
HSL0.801.000.54
HSV287°92°100°
CMYK 0.200.920.00   0.00
XYZ42.946820.452896.2920
Yxy20.45280.26890.1281
Hunter Lab45.224890.3656-94.5822
CIE-Lab52.345389.0865-74.1362

#cb15ff color RGB value is (203,21,255).

#cb15ff hex color red value is 203, green value is 21 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #cb15ff hue: 0.80 , saturation: 1.00 and the lightness value of cb15ff is 0.54.

The process color (four color CMYK) of #cb15ff color hex is 0.20, 0.92, 0.00, 0.00. Web safe color of #cb15ff is #cc00ff. Color #cb15ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 00010101 11111111
Octal 313 25 377
Decimal 203 21 255
Hex CB 15 FF

RGB Percentages of Color #cb15ff

%42.38
%4.38
%53.24

CMYK Percentages of Color #cb15ff

%20
%92
%0
%0

Triadic Colors of #cb15ff

#cb15ff #ffcb15 #15ffcb

Analogous Colors of #cb15ff

#cb15ff #ff15be #5615ff

Monochromatic Colors of #cb15ff

#cb15ff

Complementary Color

#cb15ff #49ff15

#cb15ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb15ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb15ff Color CSS Codes

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

#cb15ff Text Font Color

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

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


#cb15ff Background Color

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

This div background color is #cb15ff


#cb15ff Border Color

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

This div border color is #cb15ff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(203,21,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cb15ff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cb15ff;
  -webkit-box-shadow: 1px 1px 3px 2px #cb15ff;
  box-shadow:         1px 1px 3px 2px #cb15ff; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,21,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb15ff


Comments

No comments written yet.

Please login to write comment.